Main home screen and loading screen

Routing, basic pages done, asyncstorage started, geolocationing working with emulator, need to change to 2 spaces
This commit is contained in:
Arjun Patel
2018-04-19 03:54:35 -07:00
parent f4e767815e
commit 249185536a
9 changed files with 1287 additions and 371 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
},
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.3"
"react-native": "^0.55.3",
"react-native-router-flux": "^4.0.0-beta.28"
},
"devDependencies": {
"babel-jest": "22.4.3",