react-native-biometric-authenticate
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

/react-native-biometric-authenticate/

    Package Sidebar

    Install

    npm i react-native-biometric-authenticate

    Weekly Downloads

    1

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    378 kB

    Total Files

    104

    Last publish

    Collaborators

    • truongngodang