4.0.0 (2026-08-01)
- feat(expo)!: bundle expo module, drop separate expo-health-connect package (#262) (27e858c), closes #262
BREAKING CHANGES
- Expo config is now built in. Remove
expo-health-connect,
replace theexpo-health-connectentry in your app.jsonpluginsarray with
react-native-health-connect, and re-runexpo prebuild --clean. Leaving
expo-health-connectinstalled will fail the Android build with a duplicate
expo.modules.healthconnect.HealthConnectPackageclass. Bare React Native
projects are unaffected.