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) 121 B
import { requireNativeModule } from 'expo-modules-core'; export default requireNativeModule('ExpoLocalAuthentication');