react-native-materialui-textfield
react-native-materialui-textfield copied to clipboard
No Next button on keypad if more than 2 input box added
I have added 2 inputs one for user name and second for password but after entered username i I seen Done button on keypad there should be Next button so user can move to password field
after I add following prop then only button text change to "Next" but when I click focus didn't move to Password field
enablesReturnKeyAutomatically={true} returnKeyType='next'