xamous / react-native-smooth-pincode-input

A cross-platform, smooth, lightweight, customizable PIN code input component for React Native.
MIT License
406 stars 138 forks source link

TextInput is adding text in the wrong position depending on when you click to regain focus #55

Open ddipi opened 4 years ago

ddipi commented 4 years ago

When clicking in the SmoothPinCodeInput you will get text in the front of the code instead of having it appended to the end depending on where you click.

retyui commented 4 years ago

@ddipi

Thanks for reporting and you can also use better implementation with better maintainability: https://github.com/retyui/react-native-confirmation-code-field

react-native-confirmation-code-field animated example react-native-confirmation-code-field mask example react-native-confirmation-code-field underline example react-native-confirmation-code-field basic example