react-native-pin-code icon indicating copy to clipboard operation
react-native-pin-code copied to clipboard

A Pincode component for React Native

Results 7 react-native-pin-code issues
Sort by recently updated
recently updated
newest added

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...

First of all - great component, 99% fits exactly what I'm after. Is there a function that allows the user to cancel out of the PIN ENTER mode? In some...

Description: Currently, the PinCode component displays the PIN entry key positions in ascending order. It would be useful to be able to display locations randomly, making it harder for hackers...

I tried changing the font family of the titles (Enter and locked) but they don't seem to pick no matter what i do.

it is not possible tto change default value od CancelText.

Should be a props 🤔 https://github.com/anhnch/react-native-pin-code/blob/f461720124a94ea91b0bfa870c4b61f246bc6897/src/PinCode.tsx#L301C27-L301C28 This part of Pin style properties should be a props with default value "white" Why ? Because the PinCode screen can be a white...