xamous / react-native-smooth-pincode-input

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

[BUG] onFulfill fires twice on code completion #111

Open tastydev opened 6 months ago

tastydev commented 6 months ago

If you enter a code and it reaches the specified code length onFulfill will fire twice sometimes due to unstable state handling.

onFulFill_twice

tastydev commented 6 months ago

fixed in PR https://github.com/xamous/react-native-smooth-pincode-input/pull/110