unlock your phone with local authentication pin|password|pattern|fingerprint
npm install react-native-zoi-local-authenticationunlock your phone 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 to learn how to contribute to the repository and the development workflow.
MIT