react-native-zoi-local-authentication
Version:
unlock your phone with local authentication pin|password|pattern|fingerprint
52 lines (28 loc) • 752 B
Markdown
with local authentication pin|password|pattern|fingerprint
```sh
npm install react-native-zoi-local-authentication
```
```js
import Unlock from 'react-native-zoi-local-authentication';
// ...
Unlock("title", "desctiption")
.then((result) => {
console.log("Success", result)
})
.catch(error => console.log("Error", error))
```
Add this line inside android/app/build.gradle
```js
dependencies {
....
implementation "androidx.fragment:fragment:1.3.4"
}
```
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
MIT
unlock your phone