react-native-pin-code
react-native-pin-code copied to clipboard
How are we supposed to get the PIN ? It's keeps erroring out and resetting each time
I don't quite understand how this component works even after reading the docs countless times ? Each time I enter a pin I always get an error text message ("wrong pin") and the input gets reset. I would like to send the pin the user enters whether right or wrong to my server to verify, but the onEnter method doesn't trigger unless "it's the right pin" ??? so how do I go about this ?