Worked on Face Lock issues that were not functioning properly across different devices, including R&D to handle device and OS version compatibility.

This commit is contained in:
mansi-dev
2026-01-22 23:57:53 +05:30
parent 410305a3b7
commit 063b0009a4
8 changed files with 3137 additions and 23 deletions

View File

@@ -17,7 +17,9 @@
"react-native": "0.83.1",
"react-native-biometrics": "^3.0.1",
"react-native-keychain": "^10.0.0",
"react-native-safe-area-context": "^5.5.2"
"react-native-safe-area-context": "^5.5.2",
"react-native-vision-camera": "^4.7.3",
"vision-camera-face-detector": "^0.1.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",