Reputation: 31
Here's a copy of my app.json
requesting permission and providing description
and when run I face this message.
await authenticateAsync({
disableDeviceFallback: true,
promptMessage: 'Login with Biometrics',
cancelLabel: 'Cancel'
}).catch(error => console.log('bioError:: ', error))
Expecting to authenticate the user biometric and asking for permission.
Upvotes: 3
Views: 310