Update handling of local images in app.
This commit is contained in:
22
app.json
22
app.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user