Files
EMI-ExpoAPP/app.json
T
Adolfo Reyna 30ba1af902 Update Expo
2023-08-24 23:11:34 -04:00

53 lines
1.1 KiB
JSON

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