Update handling of local images in app.

This commit is contained in:
Patrick Fic
2022-09-26 15:11:47 -07:00
parent 96b6f14909
commit a1e0595690
2 changed files with 36 additions and 12 deletions

View File

@@ -4,20 +4,32 @@
"slug": "imexmobile",
"version": "1.4.0",
"extra": {
"expover": "1"
"expover": "3",
"eas": {
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
}
},
"orientation": "default",
"icon": "./assets/logo192noa.png",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.imex.imexmobile",
"buildNumber": "1",
"googleServicesFile": "./GoogleService-Info.plist"
"buildNumber": "3",
"googleServicesFile": "./GoogleService-Info.plist",
"infoPlist": {
"NSPhotoLibraryUsageDescription": "Allow $(PRODUCT_NAME) to access your photos.",
"NSPhotoLibraryAddUsageDescription": "Allow $(PRODUCT_NAME) to save photos."
}
},
"android": {
"package": "com.imex.imexmobile",
"versionCode": 1100022,
"googleServicesFile": "./google-services.json"
"versionCode": 1100024,
"googleServicesFile": "./google-services.json",
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.ACCESS_MEDIA_LOCATION"
]
},
"splash": {
"image": "./assets/Splash.png",