Skip to content

Release 4.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 20:41
· 15 commits to main since this release

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 the expo-health-connect entry in your app.json plugins array with
    react-native-health-connect, and re-run expo prebuild --clean. Leaving
    expo-health-connect installed will fail the Android build with a duplicate
    expo.modules.healthconnect.HealthConnectPackage class. Bare React Native
    projects are unaffected.