fix: ios permission string & android icon
This commit is contained in:
16
app.json
16
app.json
@@ -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
|
||||
},
|
||||
|
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