react-native-fingerprint-scanner
Advanced tools
Comparing version 1.0.7 to 2.0.0
{ | ||
"name": "react-native-fingerprint-scanner", | ||
"version": "1.0.7", | ||
"version": "2.0.0", | ||
"description": "React Native Fingerprint Scanner for Android and iOS", | ||
@@ -25,3 +25,4 @@ "main": "index.js", | ||
"cleanup": "rm -rf android/build ios/build yarn.lock node_modules && cd examples && rm -rf android/build android/app/build ios/build yarn.lock node_modules", | ||
"cleanup:install": "yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink", | ||
"cleanup:android": "cd examples/android && ./gradlew clean", | ||
"cleanup:install": "yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink && yarn cleanup:android", | ||
"release:patch": "npm version --force patch && npm publish && git push --follow-tags", | ||
@@ -28,0 +29,0 @@ "release:minor": "npm version --force minor && npm publish && git push --follow-tags", |
@@ -6,2 +6,12 @@ # react-native-fingerprint-scanner | ||
<div> | ||
<img src="https://github.com/hieuvp/react-native-fingerprint-scanner/raw/master/screenshots/ios-availability.png" height="600"> | ||
<img src="https://github.com/hieuvp/react-native-fingerprint-scanner/raw/master/screenshots/ios-authentication.gif" height="600"> | ||
</div> | ||
<div> | ||
<img src="https://github.com/hieuvp/react-native-fingerprint-scanner/raw/master/screenshots/android-availability.png" height="600"> | ||
<img src="https://github.com/hieuvp/react-native-fingerprint-scanner/raw/master/screenshots/android-authentication.gif" height="600"> | ||
</div> | ||
## Getting started | ||
@@ -8,0 +18,0 @@ |
@@ -1,5 +0,9 @@ | ||
import { NativeModules } from 'react-native'; | ||
import authenticate from './authenticate'; | ||
import isSensorAvailable from './isSensorAvailable'; | ||
import release from './release'; | ||
const { ReactNativeFingerprintScanner } = NativeModules; | ||
export default ReactNativeFingerprintScanner; | ||
export default { | ||
authenticate, | ||
release, | ||
isSensorAvailable, | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
57556
21
218
54