esbenp / react-native-clean-form

Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/
MIT License
478 stars 83 forks source link

Use redux-form as clean dependency #93

Open markusguenther opened 5 years ago

markusguenther commented 5 years ago

Redux-form is included as plain file and not as dependency from https://github.com/erikras/redux-form/

This should be changed and there will be some adjustments to make it work again.