mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-11 11:18:02 -04:00
Npx expo-doctor fixes (#846)
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"scheme": "net.aliasvault.app",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"newArchEnabled": true,
|
||||
"deepLinking": true,
|
||||
"platforms": ["ios", "android", "web"],
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
@@ -17,7 +16,7 @@
|
||||
"image": "./assets/images/adaptive-icon.png",
|
||||
"imageWidth": 200,
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "transparent"
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
"expo-haptics": "~14.0.1",
|
||||
"expo-linking": "~7.0.5",
|
||||
"expo-local-authentication": "~15.0.2",
|
||||
"expo-modules-core": "~2.2.3",
|
||||
"expo-router": "~4.0.20",
|
||||
"expo-sharing": "~13.0.1",
|
||||
"expo-splash-screen": "~0.29.24",
|
||||
|
||||
Reference in New Issue
Block a user