React Native Biometrics
npm install @exodus/react-native-biometricsA biometric authentication library for Android platform using the BiometricPrompt API.
``sh`
npm install @exodus/react-native-biometrics
`js
import Biometrics from '@exodus/react-native-biometrics';
// ...
const valid = await Biometrics.authenticate(
'Authenticate to continue',
'Use your fingerprint to authenticate',
'Cancel',
);
``
| Name | Type | Description |
| ---- | ---- | ----------- |
| title | string | The title of the biometric prompt |
| subtitle | string | The subtitle of the biometric prompt |
| cancelButtonText | string | The text of the cancel button |
MIT
---
Made with create-react-native-library