react-native-otp-textinput
react-native-otp-textinput copied to clipboard
How can we open text keyboard instated of number pad?
in the below screen, I have integrated OTP but I am getting numbers and text for ex. 12bc

You can use keyboardType prop and pass value 'default' to get the text keyboard.
Closing this issue. @zed-shawn's answer is the solution to this bug.