react-native-zoi-local-authentication
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

react-native-zoi-local-authentication

unlock your phone with local authentication pin|password|pattern|fingerprint

Installation

npm install react-native-zoi-local-authentication

Usage

import  Unlock  from 'react-native-zoi-local-authentication';

// ...

  Unlock("title", "desctiption")
    .then((result) => {
    console.log("Success", result)
    
    })
    .catch(error => console.log("Error", error))

Android

Add this line inside android/app/build.gradle

dependencies {
  ....
  implementation "androidx.fragment:fragment:1.3.4"

}

Contributing

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

License

MIT

Package Sidebar

Install

npm i react-native-zoi-local-authentication

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

26.8 kB

Total Files

18

Last publish

Collaborators

  • melvinzoi