react-native-smooth-pincode-input icon indicating copy to clipboard operation
react-native-smooth-pincode-input copied to clipboard

fix(onFulfill): make sure to fire once per code fulfill

Open tastydev opened this issue 1 year ago • 0 comments

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

tastydev avatar May 03 '24 09:05 tastydev