1.0.4 • Published 1 year ago

react-native-rnbiometric v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-rnbiometric

first mod

Installation

npm install react-native-rnbiometric

Screenrecorder-2023-03-01-13-32

Usage

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 | ✔

Contributing

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

License

MIT

work on certificate expiry

will also work on bug fixes

work on rev dropdown changes

continue in baking station

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago