All checks were successful
Build & Release APK / build (push) Successful in 2m5s
- react-native-health-connect (config plugin, minSdk 26, 11 read perms) - sync-on-open + manual sync: incremental via server watermark, chunked POST to /api/health/v1/fitbit/sync (HR, resting HR, HRV, SpO2, resp rate, steps/distance/kcal/floors dailies, staged sleep sessions) - Fitbit screen: steps/RHR/HRV/SpO2 tiles + daily charts + sleep list + per-stream record counts (answers the which-types-does-Google-Health- share question empirically) - Sleep tab now merges Fitbit Air nights (wins over older sources) - Today screen Fitbit card Server side (deployed separately on VPS): hc_samples/hc_daily/hc_sleep tables + sync/latest/summary endpoints in health-api; Caddy routes POST /api/health/v1/fitbit/* behind the same basic_auth. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "health-app",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@expo/ui": "~57.0.9",
|
|
"expo": "~57.0.11",
|
|
"expo-constants": "~57.0.9",
|
|
"expo-device": "~57.0.1",
|
|
"expo-font": "~57.0.1",
|
|
"expo-glass-effect": "~57.0.1",
|
|
"expo-image": "~57.0.2",
|
|
"expo-linking": "~57.0.5",
|
|
"expo-router": "~57.0.11",
|
|
"expo-secure-store": "~57.0.1",
|
|
"expo-splash-screen": "~57.0.5",
|
|
"expo-status-bar": "~57.0.1",
|
|
"expo-symbols": "~57.0.2",
|
|
"expo-system-ui": "~57.0.2",
|
|
"expo-web-browser": "~57.0.2",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-native": "0.86.2",
|
|
"react-native-gesture-handler": "~2.32.0",
|
|
"react-native-health-connect": "^4.1.3",
|
|
"react-native-reanimated": "4.5.1",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "~4.26.0",
|
|
"react-native-svg": "15.15.4",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "0.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"expo-build-properties": "^57.0.9",
|
|
"typescript": "~6.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"lint": "expo lint"
|
|
},
|
|
"private": true
|
|
}
|