Resolved production build challenges. Deployed as 1.6.0-9

This commit is contained in:
Patrick Fic
2024-02-29 23:39:56 -08:00
parent 519efb7119
commit 0bd8935359
3 changed files with 48 additions and 55 deletions

View File

@@ -4,14 +4,17 @@
"slug": "imexmobile",
"version": "1.6.0",
"extra": {
"expover": "8",
"expover": "9",
"eas": {
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
}
},
"orientation": "default",
"icon": "./assets/logo192noa.png",
"platforms": ["ios", "android"],
"platforms": [
"ios",
"android"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.imex.imexmobile",
@@ -24,7 +27,7 @@
},
"android": {
"package": "com.imex.imexmobile",
"versionCode": 1100033,
"versionCode": 1100034,
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",
@@ -40,9 +43,12 @@
"icon": "./assets/logo192noa.png"
},
"updates": {
"fallbackToCacheTimeout": 0
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/ffe01f3a-d507-4698-82cd-da1f1cad450b"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"web": {
"favicon": "./assets/logo192noa.png",
"config": {
@@ -77,6 +83,9 @@
}
],
"expo-localization"
]
],
"runtimeVersion": {
"policy": "appVersion"
}
}
}