Installed react navigation

This commit is contained in:
Keannu Christian Bernasol 2023-03-05 20:03:56 +08:00
parent 204677dff3
commit 2756fb20e4
3 changed files with 186 additions and 9 deletions

View file

@ -10,8 +10,11 @@
"test": "jest"
},
"dependencies": {
"@react-navigation/native": "^6.1.6",
"react": "18.2.0",
"react-native": "0.71.3"
"react-native": "0.71.3",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",