Skip to content

thechillplace/react-native-biometric-authenticate

Repository files navigation

react-native-biometric-authenticate

a wrapper biometric authentication

We are developing...

Installation

npm install react-native-biometric-authenticate

Usage

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,
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT