react-native-fingerprint-scanner icon indicating copy to clipboard operation
react-native-fingerprint-scanner copied to clipboard

Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)

Results 73 react-native-fingerprint-scanner issues
Sort by recently updated
recently updated
newest added

This PR adds support for the `release` method on iOS. This PR maps the [`invalidate`](https://developer.apple.com/documentation/localauthentication/lacontext/1514192-invalidate ) method from the `LAContext` to the `release` method of this library.

Hi! The file looks empty but give and error when i try to upgrade to react-native 0.69.3 due to the change on the cli and the deprecated fields hooks and...

I got the following error in Android build. ```bash FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDevDebugAarMetadata'. > A failure occurred while executing...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. When I upgraded React Native to...

Bumps [react-native](https://github.com/facebook/react-native) from 0.60.0 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...

dependencies

FingerprintScanner.authenticate({ title: loginLables.LoginWithBiometrics, subTitle: '', description: '', cancelButton: labels.btnCancel, onAttempt: this.handleAuthenticationAttempted, }).then(() => {}) .catch((error) => {}); This is the code i'm using, tried adding description also but didn't worked....

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Added code to make a method...

Face Unlock not working Android 30 Anyone have any solution? > buildToolsVersion = "30.0.2" > compileSdkVersion = 30 > targetSdkVersion = 30 > minSdkVersion = 21 >classpath('com.android.tools.build:gradle:4.2.2') >distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip

after failing auth a few times a popup with text "Authentication was not successful, device must be unlocked via password" shows non stop, and is stopping the flow / working...

I have been using this library for finger print authentication and I see it is working good in both android and ios. When I use it with iOS, I observe...