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"
]
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 731 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 731 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

+991 -1821
View File
File diff suppressed because it is too large Load Diff
+16 -14
View File
@@ -18,28 +18,30 @@
"@react-navigation/native-stack": "^7.14.11",
"@supabase/ssr": "^0.10.2",
"@supabase/supabase-js": "^2.103.0",
"babel-preset-expo": "~54.0.10",
"expo": "~54.0.33",
"expo-image-picker": "~17.0.11",
"expo-linear-gradient": "~15.0.8",
"expo-media-library": "~18.2.1",
"expo-print": "~15.0.8",
"expo-sharing": "~14.0.8",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"babel-preset-expo": "~55.0.8",
"expo": "^55.0.19",
"expo-dev-client": "~55.0.30",
"expo-image-picker": "~55.0.19",
"expo-linear-gradient": "~55.0.13",
"expo-media-library": "~55.0.15",
"expo-print": "~55.0.13",
"expo-sharing": "~55.0.18",
"expo-status-bar": "~55.0.5",
"react": "19.2.0",
"react-native": "0.83.6",
"react-native-gesture-handler": "~2.30.0",
"react-native-google-mobile-ads": "^16.3.3",
"react-native-reanimated": "~4.1.1",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-screens": "~4.23.0",
"react-native-url-polyfill": "^3.0.0",
"react-native-view-shot": "4.0.3",
"react-native-worklets": "0.7.4",
"zustand": "^5.0.12"
},
"private": true,
"devDependencies": {
"@types/react": "~19.1.10",
"@types/react": "~19.2.10",
"typescript": "~5.9.2"
}
}