fix: ios permission string & android icon
This commit is contained in:
16
app.json
16
app.json
@@ -2,7 +2,7 @@
|
|||||||
"expo": {
|
"expo": {
|
||||||
"name": "Doors Wallpaper",
|
"name": "Doors Wallpaper",
|
||||||
"slug": "doors",
|
"slug": "doors",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/images/icon.png",
|
"icon": "./assets/images/icon.png",
|
||||||
"scheme": "doors",
|
"scheme": "doors",
|
||||||
@@ -18,8 +18,8 @@
|
|||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
"foregroundImage": "./assets/images/adaptive-icon.png",
|
"foregroundImage": "./assets/images/android-icon.png",
|
||||||
"backgroundColor": "#ffffff"
|
"backgroundColor": "#0a0a0a"
|
||||||
},
|
},
|
||||||
"package": "art.doorsapp.android",
|
"package": "art.doorsapp.android",
|
||||||
"blockedPermissions": [
|
"blockedPermissions": [
|
||||||
@@ -32,7 +32,15 @@
|
|||||||
"output": "static",
|
"output": "static",
|
||||||
"favicon": "./assets/images/favicon.png"
|
"favicon": "./assets/images/favicon.png"
|
||||||
},
|
},
|
||||||
"plugins": ["expo-router"],
|
"plugins": [
|
||||||
|
"expo-router",
|
||||||
|
[
|
||||||
|
"expo-media-library",
|
||||||
|
{
|
||||||
|
"savePhotosPermission": "Allow Doors to save wallpapers to your device so that you can use them."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
],
|
||||||
"experiments": {
|
"experiments": {
|
||||||
"typedRoutes": true
|
"typedRoutes": true
|
||||||
},
|
},
|
||||||
|
BIN
assets/images/android-icon.png
Normal file
BIN
assets/images/android-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Reference in New Issue
Block a user