ttdung11t2 / react-native-confirmation-code-input

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

added keyboard type #91

Closed chrisrabe closed 2 years ago

chrisrabe commented 3 years ago

Added the ability to specify the keyboard type. In our use case, we don't really need to alphabetic keyboard.

retyui commented 2 years ago

@chrisrabe You can use a fork without this problem and with perfect maintainability

https://github.com/retyui/react-native-confirmation-code-field

chrisrabe commented 2 years ago

@retyui Thanks for this. Really useful. We ended up switching to another confirmation input since this repo seemed dead