Files
EMI-ExpoAPP/app.json
Adolfo Reyna d4410c5715 expo doctor
2023-10-23 20:07:39 -04:00

57 lines
1.2 KiB
JSON

{
"expo": {
"name": "EMI Social",
"slug": "emi-social",
"version": "1.2.4",
"scheme": "emifellowship",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/c2bb4d4e-4d4d-4f34-a873-7cad78c6023c"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.emi.social",
"associatedDomains": [
"applinks:social.emmint.com"
],
"buildNumber": "1.4"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#FFFFFF"
},
"package": "com.emi.social",
"googleServicesFile": "./google-services.json",
"versionCode": 8
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "c2bb4d4e-4d4d-4f34-a873-7cad78c6023c"
}
},
"plugins": [
[
"expo-notifications"
],
"expo-localization"
],
"runtimeVersion": {
"policy": "appVersion"
}
}
}