Merge branch 'refactoring' of https://github.com/safeqr/SafeQR_Front_End_Mobile into refactoring

This commit is contained in:
heyethereum
2024-07-13 22:08:18 +08:00
13 changed files with 345 additions and 119 deletions

View File

@@ -18,6 +18,7 @@
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"aws-amplify": "^6.3.8",
"@reduxjs/toolkit": "^2.2.6",
"axios": "^1.7.2",
"expo": "~51.0.17",
"expo-camera": "~15.0.13",
@@ -28,10 +29,14 @@
"react-native": "^0.74.3",
"react-native-get-random-values": "^1.11.0",
"react-native-qrcode-svg": "^6.3.1",
"react-native-safe-area-context": "4.10.1",
"react-native-safe-area-context": "^4.10.4",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"expo-dev-client": "~4.0.19"
"expo-dev-client": "~4.0.19",
"react-native-webview": "^13.10.4",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"expo-sharing": "~12.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",