feat: 添加原始睡眠数据列表,优化睡眠详情数据处理逻辑,确保完整的睡眠周期计算

This commit is contained in:
richarjiang
2025-09-09 16:20:11 +08:00
parent e56ebe3636
commit 6daf9500fc
4 changed files with 247 additions and 24 deletions

View File

@@ -13,6 +13,7 @@
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@kingstinct/react-native-healthkit": "^10.1.0",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "^8.4.4",
"@react-native-masked-view/masked-view": "^0.3.2",
@@ -27,6 +28,7 @@
"dayjs": "^1.11.13",
"expo": "53.0.22",
"expo-apple-authentication": "~7.2.4",
"expo-background-task": "~0.2.8",
"expo-blur": "~14.1.5",
"expo-camera": "^16.1.11",
"expo-constants": "~17.1.7",
@@ -58,6 +60,7 @@
"react-native-image-viewing": "^0.2.2",
"react-native-markdown-display": "^7.0.2",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-nitro-modules": "^0.29.3",
"react-native-popover-view": "^6.1.0",
"react-native-purchases": "^9.2.2",
"react-native-reanimated": "~3.17.4",
@@ -69,8 +72,7 @@
"react-native-web": "~0.20.0",
"react-native-webview": "13.13.5",
"react-native-wheel-picker-expo": "^0.5.4",
"react-redux": "^9.2.0",
"expo-background-task": "~0.2.8"
"react-redux": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -80,4 +82,4 @@
"typescript": "~5.8.3"
},
"private": true
}
}