first mod
npm install react-native-rnbiometric
import { showBiometric } from 'react-native-rnbiometric';
// ...
const isValid = await showBiometric(
'title',
'subtitle',
'BottomText',
(isValid: Boolean) => {
...do action
}
);
## Params
__Options Object__
| Parameter | Type | Description | Android |
| --- | --- | --- | --- |
| title | string | Title for your finger print | ✔
| subTitle | string | SubTitle for your finger print | ✔
| BottomText | string | bottom title for fingerprint | ✔
| Callback | Function | returns true if user is successfully authenticate | ✔
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
work on certificate expiry
will also work on bug fixes
work on rev dropdown changes
continue in baking station