Use react-navigation to navigate away from home screen

This commit is contained in:
Julia Friesel
2018-05-30 13:27:21 +02:00
parent c0fb909324
commit 63b8049d32
3 changed files with 148 additions and 8 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-local-mongodb": "^2.1.0"
"react-native-local-mongodb": "^2.1.0",
"react-navigation": "^2.0.4"
},
"devDependencies": {
"babel-preset-react-native": "4.0.0",