hieuvp / react-native-fingerprint-scanner

Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)
https://www.npmjs.com/package/react-native-fingerprint-scanner
871 stars 296 forks source link

Update authenticate.android.js #170

Open GregoryNative opened 3 years ago

GregoryNative commented 3 years ago

Crash in case of calling authenticate function on android < 23 as authenticate method in Java does not have such interface. Also fix for such crashes: https://github.com/hieuvp/react-native-fingerprint-scanner/issues/153 https://github.com/hieuvp/react-native-fingerprint-scanner/issues/158