Implemet splash screen

This commit is contained in:
mansi-dev
2026-02-09 23:57:51 +05:30
parent c14f8eb96a
commit 18fe05a718
8 changed files with 7016 additions and 27 deletions

View File

@@ -10,9 +10,10 @@
"test": "jest"
},
"dependencies": {
"@react-native/new-app-screen": "0.83.1",
"react": "19.2.0",
"react-native": "0.83.1",
"@react-native/new-app-screen": "0.83.1",
"react-native-bootsplash": "^7.0.2",
"react-native-safe-area-context": "^5.5.2"
},
"devDependencies": {
@@ -38,4 +39,4 @@
"engines": {
"node": ">=20"
}
}
}