85 lines
2.3 KiB
JSON
85 lines
2.3 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Rome Mobile",
|
|
"slug": "rome-mobile",
|
|
"version": "1.5.0",
|
|
"extra": {
|
|
"expover": "2",
|
|
"eas": {
|
|
"projectId": "df105e21-a07f-4425-af10-2200a7704a48"
|
|
}
|
|
},
|
|
"orientation": "default",
|
|
"icon": "./assets/RomeIcon.png",
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.rome.mobile",
|
|
"buildNumber": "2",
|
|
"googleServicesFile": "./GoogleService-Info.plist",
|
|
"infoPlist": {
|
|
"NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.",
|
|
"NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save photos."
|
|
}
|
|
},
|
|
"android": {
|
|
"package": "com.rome.mobile",
|
|
"versionCode": 1,
|
|
"googleServicesFile": "./google-services.json",
|
|
"permissions": [
|
|
"android.permission.READ_EXTERNAL_STORAGE",
|
|
"android.permission.WRITE_EXTERNAL_STORAGE",
|
|
"android.permission.ACCESS_MEDIA_LOCATION"
|
|
]
|
|
},
|
|
"splash": {
|
|
"image": "./assets/RomeSplash.png",
|
|
"backgroundColor": "#efefef"
|
|
},
|
|
"notification": {
|
|
"icon": "./assets/RomeIcon.png"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0,
|
|
"url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48"
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"web": {
|
|
"favicon": "./assets/RomeIcon.png",
|
|
"config": {
|
|
"firebase": {
|
|
"apiKey": "AIzaSyDSezy-jGJreo7ulgpLdlpOwAOrgcaEkhU",
|
|
"authDomain": "imex-prod.firebaseapp.com",
|
|
"databaseURL": "https://imex-prod.firebaseio.com",
|
|
"projectId": "imex-prod",
|
|
"storageBucket": "imex-prod.appspot.com",
|
|
"messagingSenderId": "253497221485",
|
|
"appId": "1:253497221485:web:9b65736a635a45ce227a64",
|
|
"measurementId": "G-96694D66L2"
|
|
}
|
|
}
|
|
},
|
|
"description": "",
|
|
"hooks": {
|
|
"postPublish": []
|
|
},
|
|
"plugins": [
|
|
"sentry-expo",
|
|
[
|
|
"expo-media-library",
|
|
{
|
|
"photosPermission": "Allow $(PRODUCT_NAME) to access your photos.",
|
|
"savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.",
|
|
"isAccessMediaLocationEnabled": "true"
|
|
}
|
|
],
|
|
"expo-localization"
|
|
],
|
|
"owner": "romeonline",
|
|
"runtimeVersion": {
|
|
"policy": "sdkVersion"
|
|
}
|
|
}
|
|
}
|