feat: 支持围度数据图表

This commit is contained in:
richarjiang
2025-09-24 18:04:12 +08:00
parent 028ef56caf
commit 6303795870
9 changed files with 1180 additions and 359 deletions

View File

@@ -13,24 +13,23 @@
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@expo/ui": "~0.2.0-beta.3",
"@expo/ui": "~0.2.0-beta.4",
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native-community/datetimepicker": "8.4.5",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-picker/picker": "2.11.1",
"@react-native-picker/picker": "2.11.2",
"@react-native-voice/voice": "^3.2.4",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.4",
"@react-navigation/native": "^7.1.8",
"@reduxjs/toolkit": "^2.9.0",
"@sentry/react-native": "~6.20.0",
"@sentry/react-native": "~7.1.0",
"@types/lodash": "^4.17.20",
"cos-js-sdk-v5": "^1.6.0",
"dayjs": "^1.11.18",
"expo": "^54.0.8",
"expo": "^54.0.10",
"expo-apple-authentication": "~8.0.7",
"expo-background-task": "~1.0.7",
"expo-background-task": "~1.0.8",
"expo-blur": "~15.0.7",
"expo-camera": "~17.0.8",
"expo-constants": "~18.0.9",
@@ -56,6 +55,7 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-chart-kit": "^6.12.0",
"react-native-device-info": "^14.0.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-image-viewing": "^0.2.2",
@@ -67,10 +67,10 @@
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "~5.6.1",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-svg": "^15.13.0",
"react-native-toast-message": "^2.3.3",
"react-native-web": "^0.21.1",
"react-native-webview": "13.15.0",
"react-native-webview": "13.16.0",
"react-native-wheel-picker-expo": "^0.5.4",
"react-native-worklets": "0.5.1",
"react-redux": "^9.2.0"
@@ -83,4 +83,4 @@
"typescript": "~5.9.2"
},
"private": true
}
}