react-native-formik
react-native-formik copied to clipboard
Focus next input with custom button
I have UI that has iOS keyboard navigation options to focus next/previous input. I am unable to focus the inputs using the button.

Can anyone help me with any method available to focus the input?
I have a same question
Up