a wrapper biometric authentication
We are developing...
npm install react-native-biometric-authenticate
import { hasBiometricCapability, authenticate } from "react-native-biometric-authenticate";
// ...
const result = await hasBiometricCapability();
const res = await authenticate({
title: 'Login',
subtitle: 'Login by Biometric feature',
description: 'description',
allowDeviceCredential: true,
});
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT