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

Add ability to display key positions randomly

Open bilwifi opened this issue 1 year ago • 0 comments

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 to guess the PIN.

Proposal:

Add a new randomPositions prop to the PinCode component. This prop should be a boolean which, when set to true, displays the PIN entry key positions randomly.

bilwifi avatar Nov 09 '23 01:11 bilwifi