add redux-form to LoginPage
Showing
components/Form/Input.js
0 → 100644
components/Form/LoginForm.js
0 → 100644
components/Form/TestForm.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -32,6 +32,7 @@ | ... | @@ -32,6 +32,7 @@ |
"react-navigation-header-buttons": "^3.0.1", | "react-navigation-header-buttons": "^3.0.1", | ||
"react-redux": "^7.1.0", | "react-redux": "^7.1.0", | ||
"redux": "^4.0.4", | "redux": "^4.0.4", | ||
"redux-form": "^8.2.4", | |||
"redux-thunk": "^2.3.0" | "redux-thunk": "^2.3.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
Please
register
or
sign in
to comment