fix: ios permission string & android icon

This commit is contained in:
2024-10-03 19:07:45 +01:00
parent 72d57ba211
commit acb7b5e1ea
2 changed files with 12 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Doors Wallpaper",
"slug": "doors",
"version": "1.0.0",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "doors",
@@ -18,8 +18,8 @@
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
"foregroundImage": "./assets/images/android-icon.png",
"backgroundColor": "#0a0a0a"
},
"package": "art.doorsapp.android",
"blockedPermissions": [
@@ -32,7 +32,15 @@
"output": "static",
"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": {
"typedRoutes": true
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB