Refactor login() to redux-saga and more sensible structure
.editorconfig
0 → 100644
app/sagas/index.js
0 → 100644
app/sagas/login.js
0 → 100644
... | ... | @@ -21,13 +21,14 @@ |
"moment": "^2.18.1", | ||
"prop-types": "^15.5.8", | ||
"react": "16.0.0-alpha.12", | ||
"react-native": "0.48.1", | ||
"react-native": "0.48.3", | ||
"react-native-drawer": "^2.3.0", | ||
"react-native-linear-gradient": "^2.0.0", | ||
"react-native-snackbar-component": "^1.0.3", | ||
"react-native-vector-icons": "^4.0.1", | ||
"react-redux": "^5.0.2", | ||
"redux": "^3.6.0", | ||
"redux-saga": "^0.15.6", | ||
"redux-thunk": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment