Working login on mobile
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user