Added a new authentication screen with PIN, Fingerprint, and Face ID options.

Improved UI design and usability using a clean keypad layout and Ionicons.
This commit is contained in:
mansi-dev
2026-01-09 22:59:19 +05:30
parent 967e70b72d
commit c8504e1ac1
3 changed files with 327 additions and 34 deletions

View File

@@ -10,9 +10,10 @@
"test": "jest"
},
"dependencies": {
"@react-native-vector-icons/ionicons": "^12.3.0",
"@react-native/new-app-screen": "0.83.1",
"react": "19.2.0",
"react-native": "0.83.1",
"@react-native/new-app-screen": "0.83.1",
"react-native-safe-area-context": "^5.5.2"
},
"devDependencies": {
@@ -38,4 +39,4 @@
"engines": {
"node": ">=20"
}
}
}