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

[TASK] Make references work with redux form #26

Open markusguenther opened 7 years ago

markusguenther commented 7 years ago

In the general react native form elements you can reference to the next ( and on android also previous ) element. This does not work at the moment.

Would be awesome to have this. Makes the usability much better.