esbenp/react-native-clean-form

Focus on next field...

Opened this issue · 0 comments

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?