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

Focus on next field... #58

Open ajostergaard opened 6 years ago

ajostergaard commented 6 years ago

Any thoughts on how best to move focus to the next field e.g. when user presses 'next'?

I've seen a few messy solutions using field refs but wonder if it wouldn't be better to use a reducer.

Has anybody else had this need and if so how have they solved it?