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

39
package-lock.json generated
View File

@@ -15,7 +15,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",
@@ -10135,6 +10137,30 @@
"react-native": "*"
}
},
"node_modules/react-native-vision-camera": {
"version": "4.7.3",
"resolved": "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.7.3.tgz",
"integrity": "sha512-g1/neOyjSqn1kaAa2FxI/qp5KzNvPcF0bnQw6NntfbxH6tm0+8WFZszlgb5OV+iYlB6lFUztCbDtyz5IpL47OA==",
"license": "MIT",
"peerDependencies": {
"@shopify/react-native-skia": "*",
"react": "*",
"react-native": "*",
"react-native-reanimated": "*",
"react-native-worklets-core": "*"
},
"peerDependenciesMeta": {
"@shopify/react-native-skia": {
"optional": true
},
"react-native-reanimated": {
"optional": true
},
"react-native-worklets-core": {
"optional": true
}
}
},
"node_modules/react-native/node_modules/commander": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
@@ -11738,6 +11764,17 @@
"node": ">= 0.8"
}
},
"node_modules/vision-camera-face-detector": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/vision-camera-face-detector/-/vision-camera-face-detector-0.1.8.tgz",
"integrity": "sha512-nlfOMjuHQF66gI162ZCSnmXbinYqNA0+NPzmjZxUwXPOAQidNqLERC8W9LBXhbnIJyMmflMT9X1utpF1D0TlAg==",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-vision-camera": ">= 2"
}
},
"node_modules/vlq": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz",