feat: update dependencies and enhance TableScreen for better responsiveness and user guidance

This commit is contained in:
2025-12-21 00:34:56 +01:00
parent 2b40cfe80f
commit d84ea09bc9
2 changed files with 54 additions and 12 deletions

View File

@@ -11,16 +11,16 @@
},
"dependencies": {
"@babel/runtime": "^7.25.6",
"@react-native-async-storage/async-storage": "1.23.1",
"@stripe/stripe-react-native": "0.38.3",
"expo-blur": "~13.0.2",
"expo": "~51.0.0",
"expo-auth-session": "~5.0.2",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.3.1",
"expo-web-browser": "~13.0.3",
"react": "18.2.0",
"react-native": "0.74.0",
"react-native-safe-area-context": "4.10.8"
"@react-native-async-storage/async-storage": "2.2.0",
"@stripe/stripe-react-native": "0.50.3",
"expo": "^54.0.30",
"expo-auth-session": "~7.0.10",
"expo-blur": "~15.0.8",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-web-browser": "~15.0.10",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "5.6.2"
}
}