error tidak bisa buka app

This commit is contained in:
dios.one
2026-05-04 19:22:42 +07:00
parent bd7bd8a4cb
commit 89e15e4263
6 changed files with 1009 additions and 1838 deletions
+2 -3
View File
@@ -6,7 +6,6 @@
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
@@ -21,7 +20,6 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0A0E1A"
},
"edgeToEdgeEnabled": true,
"package": "com.nova40.app",
"googleServicesFile": "./google-services.json",
"permissions": [
@@ -40,7 +38,8 @@
"owner": "heyaciell",
"plugins": [
"@react-native-firebase/app",
"@react-native-firebase/crashlytics"
"@react-native-firebase/crashlytics",
"expo-sharing"
]
}
}