react-native-fingerprint-scanner
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "react-native-fingerprint-scanner", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "React Native Fingerprint Scanner for Android and iOS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -220,5 +220,5 @@ # React Native Fingerprint Scanner | ||
|---|---|---| | ||
| `isSensorAvailable` (ios, android) | Returns a Promise. | `FingerprintScanner.isSensorAvailable()` | | ||
| `authenticate` (ios) | Returns a Promise. | `FingerprintScanner.authenticate({ description })` | | ||
| `authenticate` (android) | Returns a Promise. | `FingerprintScanner.authenticate({ onAttempt })` | | ||
| `release` (android only) | Stops Fingerprint Scanner listener and optimizes memory. | `FingerprintScanner.release();` | | ||
| `isSensorAvailable`</br>(ios, android) | Returns a `Promise`. | `FingerprintScanner.isSensorAvailable()` | | ||
| `authenticate`</br>(ios) | Returns a `Promise`. | `FingerprintScanner.authenticate({ description })` | | ||
| `authenticate`</br>(android) | Returns a `Promise`. | `FingerprintScanner.authenticate({ onAttempt })` | | ||
| `release`</br>(android only) | Stops Fingerprint Scanner listener and optimizes memory. | `FingerprintScanner.release()` | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62409