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.

3 lines 171 B
import { requireNativeModule } from 'expo-modules-core'; export default requireNativeModule('ExpoLocalAuthentication'); //# sourceMappingURL=ExpoLocalAuthentication.js.map