We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f911a12 commit fc62b6fCopy full SHA for fc62b6f
index.d.ts
@@ -68,7 +68,6 @@ export declare function deleteItem(
68
export declare function isSensorAvailable(): Promise<
69
RNSensitiveInfoBiometryType | boolean
70
>;
71
-export declare function isHardwareDetected(): Promise<boolean>;
72
export declare function hasEnrolledFingerprints(): Promise<boolean>;
73
export declare function cancelFingerprintAuth(): void;
74
export declare function setInvalidatedByBiometricEnrollment(set: boolean): void;
website/docs/isHardwareDetected.md
website/sidebars.js
@@ -6,7 +6,6 @@ module.exports = {
6
'getAllItems',
7
'getItem',
8
'hasEnrolledFingerprints',
9
- 'isHardwareDetected',
10
'isSensorAvailable',
11
'setItem',
12
],
0 commit comments