mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-21 00:28:23 +08:00
6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
import { isSupported, authenticate } from 'react-native-touch-id';
|
|
|
|
isSupported().then(() => {}).catch(() => {});
|
|
|
|
authenticate('reason').then(() => {}).catch(() => {});
|