This commit is contained in:
Davide Scaini
2026-04-25 15:33:51 +02:00
parent 1ac35c84e0
commit 5330b7b489
7 changed files with 53 additions and 18 deletions
+11
View File
@@ -8,9 +8,19 @@
"userInterfaceStyle": "dark",
"newArchEnabled": true,
"platforms": ["ios", "android"],
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#09090b"
},
"android": {
"package": "org.bincio.app",
"usesCleartextTraffic": true,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#09090b"
},
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",
"android.permission.READ_MEDIA_VIDEO",
@@ -24,6 +34,7 @@
"supportsTablet": true
},
"plugins": [
"expo-system-ui",
"expo-router",
"expo-sqlite",
[