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
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'