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.

4 lines (3 loc) 136 B
import { Props } from './withLocalAuthentication'; declare const _default: (props?: Props) => [string, Props]; export default _default;