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

How to call a function on every keypress?

Open TamasFarago opened this issue 4 years ago • 2 comments

onCodeChange doesn't work for me

TamasFarago avatar Oct 13 '21 14:10 TamasFarago

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

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

retyui avatar Oct 14 '21 04:10 retyui

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.

ghost avatar Apr 11 '22 17:04 ghost