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.

37 lines (36 loc) 850 B
{ "$schema": "../../tools/src/prebuilds/schemas/spm.config.schema.json", "products": [ { "name": "ExpoLocalAuthentication", "podName": "ExpoLocalAuthentication", "platforms": [ "iOS(.v16)" ], "externalDependencies": [ "ReactNativeDependencies", "React", "Hermes", "expo-modules-core/ExpoModulesCore" ], "targets": [ { "type": "swift", "name": "ExpoLocalAuthentication", "path": "ios", "pattern": "*.swift", "dependencies": [ "Hermes", "React", "ReactNativeDependencies", "expo-modules-core/ExpoModulesCore" ], "linkedFrameworks": [ "Foundation", "LocalAuthentication" ] } ] } ] }