Add navigation package

This commit is contained in:
John Lyon-Smith
2018-03-02 10:45:25 -08:00
parent 8b7ba65641
commit 4dee70ef32
2 changed files with 12 additions and 5 deletions

View File

@@ -18,6 +18,7 @@
},
"dependencies": {
"react": "16.2.0",
"react-native": "0.52.0"
"react-native": "0.52.0",
"react-native-navigation": "^1.1.393"
}
}