Working on secure device lock authentication with automatic app locking.

This commit is contained in:
mansi-dev
2026-01-16 23:51:44 +05:30
parent 9660a3267c
commit e4f91128ed
3 changed files with 49 additions and 0 deletions

14
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"react": "19.2.0",
"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"
},
"devDependencies": {
@@ -10111,6 +10112,19 @@
"react-native": ">=0.60.0"
}
},
"node_modules/react-native-keychain": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/react-native-keychain/-/react-native-keychain-10.0.0.tgz",
"integrity": "sha512-YzPKSAnSzGEJ12IK6CctNLU79T1W15WDrElRQ+1/FsOazGX9ucFPTQwgYe8Dy8jiSEDJKM4wkVa3g4lD2Z+Pnw==",
"license": "MIT",
"workspaces": [
"KeychainExample",
"website"
],
"engines": {
"node": ">=16"
}
},
"node_modules/react-native-safe-area-context": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz",