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

How to call a function on every keypress? #97

Open TamasFarago opened 2 years ago

TamasFarago commented 2 years ago

onCodeChange doesn't work for me

retyui commented 2 years ago

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

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

ghost commented 2 years ago

Try yarn add https://github.com/ttdung11t2/react-native-confirmation-code-input instead of yarn add react-native-confirmation-code-input

The interface CodeInputProps is not updated, but you can call onCodeChange function.