I am using returnKeyType = \"next\" in TextInput component, but it is working like returnKeyType=\"go\" instead of moving to the next textinput fie
returnKeyType = \"next\"
returnKeyType=\"go\"
You need to set focus on the next textfield using the reference like this:
this.secondTextInput.focus()}/> this.secondTextInput = input}/>