Npx expo-doctor fixes (#846)

This commit is contained in:
Leendert de Borst
2025-05-28 20:23:02 +02:00
parent c9c692ce6e
commit c864bfcab5
2 changed files with 1 additions and 3 deletions

View File

@@ -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": {

View File

@@ -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",