0.1.1 • Published 5 years ago

react-native-thub-rn-fingerprint v0.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

react-native-thub-rn-fingerprint

React Native module for Fingerprint

Installation

npm install react-native-thub-rn-fingerprint

Usage

import ThubRnFingerprint from 'react-native-thub-rn-fingerprint';

ThubRnFingerprint.authenticateLocally(
  (data) => {
    Alert.alert(data);
  },
  (errorMessage) => {
    Alert.alert(errorMessage);
  }
);

Contributing

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

License

MIT

0.1.1

5 years ago

0.1.0

5 years ago