chore: update app.json

This commit is contained in:
2026-02-20 14:03:22 +01:00
parent a05acc4e27
commit e5bbb94218
+2 -2
View File
@@ -10,7 +10,7 @@
"splash": { "splash": {
"image": "./assets/splash-icon.png", "image": "./assets/splash-icon.png",
"resizeMode": "contain", "resizeMode": "contain",
"backgroundColor": "#ffffff" "backgroundColor": "#000"
}, },
"ios": { "ios": {
"supportsTablet": true, "supportsTablet": true,
@@ -19,7 +19,7 @@
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff" "backgroundColor": "#000"
}, },
"edgeToEdgeEnabled": true, "edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false, "predictiveBackGestureEnabled": false,