IO-3092 Add imgproxy uploads and update expo version.

This commit is contained in:
Patrick Fic
2025-02-21 13:54:56 -08:00
parent 23fdb02375
commit dc6cd88e8c
12 changed files with 410 additions and 174 deletions

View File

@@ -9,12 +9,10 @@
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
}
},
"runtimeVersion": "appVersion",
"orientation": "default",
"icon": "./assets/logo192noa.png",
"platforms": [
"ios",
"android"
],
"platforms": ["ios", "android"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.imex.imexmobile",
@@ -47,9 +45,7 @@
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/ffe01f3a-d507-4698-82cd-da1f1cad450b"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"web": {
"favicon": "./assets/logo192noa.png",
"config": {
@@ -85,9 +81,6 @@
],
"expo-localization",
"expo-font"
],
"runtimeVersion": {
"policy": "appVersion"
}
]
}
}