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 (2 loc) 145 B
import { Props } from './withLocalAuthentication'; export default (props: Props = {}): [string, Props] => ['expo-local-authentication', props];