react-native-smooth-pincode-input
react-native-smooth-pincode-input copied to clipboard
fix(onFulfill): make sure to fire once per code fulfill
onFulfill always fired twice before which caused bugs if implementations rely on code fulfill event detection i.e to post requests automatically. Ths fix will make sure to only fire 1 event per code completion