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": { "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
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB