ttdung11t2 / react-native-confirmation-code-input

A react-native component to input confirmation code for both Android and IOS
MIT License
411 stars 349 forks source link

How to use numbers only #49

Open sureshMuthu1991 opened 5 years ago

sureshMuthu1991 commented 5 years ago

I need to to type numbers only(need to avoid letters and special character)

arys commented 5 years ago

@sureshMuthu1991 you can just add keyboardType="numeric" props. Also you can add all ReactNative.TextInputProperties properties

zeabdelkhalek commented 4 years ago

add this prop keyboardType="number-pad"