Merge remote-tracking branch 'origin/feature/IO-2222-SDK-upgrades' into rome/1.4.1

This commit is contained in:
Patrick Fic
2023-04-04 12:21:45 -07:00
5 changed files with 3287 additions and 3120 deletions

View File

@@ -32,7 +32,7 @@
]
},
"splash": {
"image": "./assets/Splash.png",
"image": "./assets/splash.png",
"backgroundColor": "#efefef"
},
"notification": {
@@ -41,7 +41,9 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"web": {
"favicon": "./assets/logo192noa.png",
"config": {
@@ -79,7 +81,8 @@
"savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.",
"isAccessMediaLocationEnabled": "true"
}
]
],
"expo-localization"
]
}
}