Added pages and drawer

This commit is contained in:
Keannu Christian Bernasol 2023-03-05 20:21:16 +08:00
parent 2756fb20e4
commit cf28bae964
20 changed files with 901 additions and 116 deletions

View file

@ -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",