mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-05-17 03:48:09 +08:00
Installed react navigation
This commit is contained in:
parent
204677dff3
commit
2756fb20e4
3 changed files with 186 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue