UNPKG

expo-local-authentication

Version:

Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.

6 lines (5 loc) 166 B
import { ConfigPlugin } from 'expo/config-plugins'; declare const _default: ConfigPlugin<void | { faceIDPermission?: string | false; }>; export default _default;