[ADD] add auth pages

This commit is contained in:
2026-05-23 00:21:32 +03:30
parent 68b2e3ca9d
commit 8ab6a5a959
21 changed files with 2361 additions and 256 deletions

View File

@@ -14,6 +14,7 @@
"@react-navigation/bottom-tabs": "^7.15.5",
"@react-navigation/elements": "^2.9.10",
"@react-navigation/native": "^7.1.33",
"axios": "^1.16.1",
"expo": "~55.0.24",
"expo-constants": "~55.0.16",
"expo-device": "~55.0.17",
@@ -22,6 +23,7 @@
"expo-image": "~55.0.10",
"expo-linking": "~55.0.15",
"expo-router": "~55.0.14",
"expo-secure-store": "~55.0.14",
"expo-splash-screen": "~55.0.21",
"expo-status-bar": "~55.0.6",
"expo-symbols": "~55.0.8",
@@ -31,11 +33,11 @@
"react-dom": "19.2.0",
"react-native": "0.83.6",
"react-native-gesture-handler": "~2.30.0",
"react-native-worklets": "0.7.4",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-web": "~0.21.0"
"react-native-web": "~0.21.0",
"react-native-worklets": "0.7.4"
},
"devDependencies": {
"@types/react": "~19.2.2",