Implement custom dark theme for the app and enhance login/register screens with animations. Update dependencies and fix package versions in package.json and package-lock.json.

This commit is contained in:
albivkt
2025-08-06 05:09:12 +03:00
parent 21b4c00d9e
commit d0550acff9
5 changed files with 869 additions and 171 deletions

View File

@ -10,7 +10,7 @@
},
"dependencies": {
"@apollo/client": "^3.13.9",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-navigation/bottom-tabs": "^7.4.5",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.3.24",
@ -20,13 +20,16 @@
"graphql": "^16.11.0",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "^2.27.2",
"react-native-gesture-handler": "~2.24.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "^4.0.1",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.13.1",
"react-native-vector-icons": "^10.3.0"
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-vector-icons": "^10.3.0",
"react-dom": "19.0.0",
"react-native-web": "^0.20.0",
"@expo/metro-runtime": "~5.0.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",