Skip to content

Commit 71ff1f2

Browse files
committed
add isReuseAvailable to readme
1 parent e72422c commit 71ff1f2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/Api-Reference.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This reference lays out the current public methods for the React Native LocalAut
99
- [`getBiometryStatusAsync`](Api-Reference.md#getbiometrystatusasync)
1010
- [`getBiometryType`](Api-Reference.md#getbiometrytype)
1111
- [`authenticateAsync`](Api-Reference.md#authenticateasync)
12+
- [`isReuseAvailable`](Api-Reference.md#isreuseavailable)
1213

1314
## Utilities
1415

@@ -234,6 +235,17 @@ const authenticationStatus = await LocalAuthentication.authenticateAsync({
234235

235236
```
236237

238+
#### `isReuseAvailable()`
239+
240+
Checks if reuse functions are available. This check only works for ios 9.0+ and only for touch id devices.
241+
242+
This method is synchronous.
243+
244+
```javascript
245+
246+
LocalAuthentication.isReuseAvailable(): boolean;
247+
248+
```
237249

238250
## Utilities
239251

0 commit comments

Comments
 (0)