Add expo-splash-screen dependency and configure splash screen settings in app.json

This commit is contained in:
2025-09-11 10:47:38 +05:00
parent db6a9e2bc0
commit 66f5271640
3 changed files with 197 additions and 3 deletions

View File

@@ -17,17 +17,18 @@
"@react-navigation/native": "^7.1.14",
"@react-navigation/stack": "^7.4.2",
"expo": "53.0.22",
"expo-font": "~13.3.2",
"expo-image-picker": "~16.1.4",
"expo-splash-screen": "^31.0.8",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-modal-datetime-picker": "^15.0.1",
"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",
"expo-font": "~13.3.2",
"react-native-gesture-handler": "~2.24.0"
"react-native-webview": "13.13.5"
},
"devDependencies": {
"@babel/core": "^7.20.0"