react-native-confirmation-code-input icon indicating copy to clipboard operation
react-native-confirmation-code-input copied to clipboard

How to use numbers only

Open sureshMuthu1991 opened this issue 7 years ago • 2 comments

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

sureshMuthu1991 avatar Dec 29 '18 12:12 sureshMuthu1991

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

arys avatar Jun 16 '19 16:06 arys

add this prop keyboardType="number-pad"

zeabdelkhalek avatar Feb 24 '20 22:02 zeabdelkhalek