-
Notifications
You must be signed in to change notification settings - Fork 306
Closed
Description
Application crashes while authenticating for FaceID.
FingerprintScanner
.authenticate({ description: 'Scan your fingerprint on the device scanner to continue' })
.then(() => {
this.props.onSuccess();
})
.catch((error) => {
this.props.onCancel();
});
This piece of code fails for faceID however, TouchID/Fingerprint works perfectly fine for both iOS and android.
Environment:
OS: macOS High Sierra 10.13.4
Node: 9.8.0
Yarn: 1.3.2
npm: 5.8.0
Watchman: 4.9.0
Xcode: Xcode 9.3.1 Build version 9E501
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: ^16.3.1 => 16.5.2
react-native: ^0.55.0 => 0.55.3
'react-native-fingerprint-scanner' => 2.5.0v
using iPhone X (11.3)
Metadata
Metadata
Assignees
Labels
No labels