refactor: rename package to RNAuthentication and update dependencies

feat: add postinstall script for patch-package

fix: update react-native-biometrics to support device credentials

refactor: remove FaceAuth, Home, LockScreen, Managelock, and related auth files

chore: update TypeScript configuration for React Native
This commit is contained in:
mansi-dev
2026-01-27 23:20:10 +05:30
parent 4b48e7cdcb
commit 9b9472162e
37 changed files with 1184 additions and 1487 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "authenticationsdk",
"name": "RNAuthentication",
"version": "0.0.1",
"private": true,
"scripts": {
@@ -7,20 +7,21 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
"test": "jest",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-vector-icons/ionicons": "^12.3.0",
"@react-native/new-app-screen": "0.83.1",
"@react-navigation/native": "^7.1.27",
"@react-navigation/native-stack": "^7.9.1",
"install": "^0.13.0",
"react": "19.2.0",
"react-native": "0.83.1",
"react-native-biometric-check": "^1.0.1",
"react-native-biometrics": "^3.0.1",
"react-native-keychain": "^10.0.0",
"react-native-safe-area-context": "^5.5.2",
"react-native-vision-camera": "^4.7.3",
"react-native-worklets-core": "^1.6.2",
"vision-camera-face-detector": "^0.1.8"
"react-native-screens": "^4.19.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -38,6 +39,8 @@
"@types/react-test-renderer": "^19.1.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.8.8",
"react-test-renderer": "19.2.0",
"typescript": "^5.8.3"