You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.