UNPKG

@regulaforensics/face-sdk

Version:

This is an npm module for Regula Face SDK. It allows you to easily compaire faces using your phone's camera.

26 lines 709 B
{ "name": "face-sdk", "main": "./index.tsx", "scripts": { "setup": "scripts/setup.sh", "ios": "scripts/ios.sh", "android": "scripts/android.sh", "start": "expo start" }, "dependencies": { "@regulaforensics/face-sdk": "7.1.356", "@regulaforensics/face-core-basic": "7.1.202", "react-native": "0.79.2", "react-native-fs": "2.20.0", "react-native-image-picker": "8.2.1", "react-native-webview": "13.13.5", "@react-native/metro-config": "0.79.2", "react": "19.1.0", "@types/react": "19.1.4", "expo": "53.0.9", "expo-dev-client": "5.1.8", "expo-custom-assets": "1.4.1", "expo-build-properties": "0.14.6", "typescript": "5.8.3" } }