0.1.1 • Published 5 years ago
react-native-thub-rn-fingerprint v0.1.1
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