47 lines
975 B
JSON
47 lines
975 B
JSON
{
|
|
"expo": {
|
|
"name": "EMI Social",
|
|
"slug": "emi-social",
|
|
"version": "1.2.1",
|
|
"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"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/icon.png",
|
|
"backgroundColor": "#FFFFFF"
|
|
},
|
|
"package": "com.emi.social",
|
|
"googleServicesFile": "./google-services.json",
|
|
"versionCode": 3
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "c2bb4d4e-4d4d-4f34-a873-7cad78c6023c"
|
|
}
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-notifications"
|
|
]
|
|
]
|
|
}
|
|
}
|