mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-05-17 03:48:09 +08:00
Added pages and drawer
This commit is contained in:
parent
2756fb20e4
commit
cf28bae964
20 changed files with 901 additions and 116 deletions
|
@ -10,11 +10,15 @@
|
|||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/drawer": "^6.6.2",
|
||||
"@react-navigation/native": "^6.1.6",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.71.3",
|
||||
"react-native-gesture-handler": "^2.9.0",
|
||||
"react-native-reanimated": "^3.0.1",
|
||||
"react-native-safe-area-context": "^4.5.0",
|
||||
"react-native-screens": "^3.20.0"
|
||||
"react-native-screens": "^3.20.0",
|
||||
"react-native-svg": "^13.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue