react-native-confirmation-code-input
react-native-confirmation-code-input copied to clipboard
How to use numbers only
I need to to type numbers only(need to avoid letters and special character)
@sureshMuthu1991 you can just add keyboardType="numeric" props. Also you can add all ReactNative.TextInputProperties properties
add this prop keyboardType="number-pad"