Basic Navigation

This commit is contained in:
aeroreyna
2022-03-06 21:45:35 -08:00
parent b948927e4c
commit 8b1a52a3af
8 changed files with 329 additions and 48 deletions

View File

@@ -10,6 +10,8 @@
"eject": "expo eject"
},
"dependencies": {
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"expo": "~43.0.2",
"expo-status-bar": "~1.1.0",
"react": "17.0.1",
@@ -18,6 +20,9 @@
"react-native": "0.64.3",
"react-native-autoheight-webview": "^1.6.1",
"react-native-paper": "^4.11.2",
"react-native-safe-area-context": "^4.1.2",
"react-native-screens": "^3.13.1",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "0.17.1",
"react-native-webview": "^11.17.2"
},