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
870 stars 298 forks source link

if user didn't scan finger ,onAttempt function call #113

Open samaneh-kamalian opened 4 years ago

samaneh-kamalian commented 4 years ago

even if user didn't scan finger ,onAttempt function call.

phillbaker commented 4 years ago

@samaneh-kamalian can you include the output of react-native info? And what version of this library are you using?

samaneh-kamalian commented 4 years ago

@samaneh-kamalian can you include the output of react-native info? And what version of this library are you using?

System: OS: Linux 5.0 Ubuntu 18.04.3 LTS (Bionic Beaver) CPU: (4) x64 Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz Memory: 1.14 GB / 7.68 GB Shell: 4.4.20 - /bin/bash Binaries: Node: 8.10.0 - /usr/bin/node Yarn: 1.21.1 - /usr/bin/yarn npm: 6.13.1 - /usr/local/bin/npm SDKs: Android SDK: API Levels: 23, 25, 26, 27, 28, 29 Build Tools: 26.0.2, 27.0.3, 28.0.3, 29.0.1 System Images: android-28 | Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom npmPackages: react: 16.8.6 => 16.8.6 react-native: 0.60.4 => 0.60.4 npmGlobalPackages: create-react-native-app: 2.0.2 react-native-cli: 2.0.1 react-native-randombytes: 3.5.3

"react-native-fingerprint-scanner": "^3.0.2"

there is no problem in a mobile with android version 8. but in android 6.0.1 this problem is exist

samaneh-kamalian commented 4 years ago

@samaneh-kamalian can you include the output of react-native info? And what version of this library are you using?

System: OS: Linux 5.0 Ubuntu 18.04.3 LTS (Bionic Beaver) CPU: (4) x64 Intel(R) Core(TM) i3-7100 CPU @ 3.90GHz Memory: 1.14 GB / 7.68 GB Shell: 4.4.20 - /bin/bash Binaries: Node: 8.10.0 - /usr/bin/node Yarn: 1.21.1 - /usr/bin/yarn npm: 6.13.1 - /usr/local/bin/npm SDKs: Android SDK: API Levels: 23, 25, 26, 27, 28, 29 Build Tools: 26.0.2, 27.0.3, 28.0.3, 29.0.1 System Images: android-28 | Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom npmPackages: react: 16.8.6 => 16.8.6 react-native: 0.60.4 => 0.60.4 npmGlobalPackages: create-react-native-app: 2.0.2 react-native-cli: 2.0.1 react-native-randombytes: 3.5.3

"react-native-fingerprint-scanner": "^3.0.2"

there is no problem in a mobile with android version 8. but in android 6.0.1 this problem is exist

anyone can help me?