File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments