SelfLender / react-native-biometrics

React Native module for iOS and Android biometrics
MIT License
661 stars 225 forks source link

Call back issue in createSignature. #25

Closed jile10 closed 4 years ago

jile10 commented 5 years ago

after the verification of my fingerprint then cancel the dialog. It gives an error

The callback createSignature() exists in module ReactNativeBiometrics, but only one callback may be registered to a function in native module

NappyPirate commented 4 years ago

Closing this issue since the Android implementation has been refactored to use the new BiometricPrompt API in version 2.0.0 and should hopefully resolve errors like these. We can re-open this issue if the problems persist.