Update app configuration and dependencies: add splash screen settings, update expo and related packages, and remove unused splash icon.

This commit is contained in:
2025-09-11 10:24:11 +05:00
parent daae154aee
commit 61fb0b2d96
8 changed files with 284 additions and 132 deletions

View File

@@ -16,7 +16,7 @@
"@react-navigation/bottom-tabs": "^7.4.2",
"@react-navigation/native": "^7.1.14",
"@react-navigation/stack": "^7.4.2",
"expo": "53.0.19",
"expo": "53.0.22",
"expo-image-picker": "~16.1.4",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
@@ -25,7 +25,9 @@
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "^4.11.1",
"react-native-svg": "15.11.2",
"react-native-webview": "13.13.5"
"react-native-webview": "13.13.5",
"expo-font": "~13.3.2",
"react-native-gesture-handler": "~2.24.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"