Working login on mobile

This commit is contained in:
John Lyon-Smith
2018-03-12 19:11:13 -07:00
parent eeb3eb4947
commit e7aaa014ff
19 changed files with 10606 additions and 131 deletions

View File

@@ -8,7 +8,7 @@
"react-test-renderer": "16.2.0"
},
"scripts": {
"bundler": "react-native start",
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js"
@@ -17,8 +17,13 @@
"preset": "react-native"
},
"dependencies": {
"auto-bind2": "^1.0.3",
"eventemitter3": "^3.0.1",
"npm": "^5.7.1",
"react": "16.2.0",
"react-form-binder": "^1.2.0",
"react-native": "0.52.0",
"react-native-navigation": "^1.1.398"
"react-native-navigation": "^1.1.398",
"socket.io-client": "^2.0.4"
}
}