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
Describe the bug
when i try to build on IOS i get that
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'HealthConnect' could not be found. Verify that a module by this name is registered in the native binary.
Environment:
Health Connect Version: 3.3.1
ExpoHealthConnect Version: 0.1.1
React Native Version: 0.76.3
New architecture enabled: Yes
Using Expo:Dev Client
Android API Level: 35
when i try to put newArch at false, is working.. but not when enabled
The text was updated successfully, but these errors were encountered:
For anyone who is using react-native-health-connect directly (either in expo or react native cli) you can workaround this issue by conditionally importing it like this in your app until it is fixed on library end (if need be):
Describe the bug
when i try to build on IOS i get that
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'HealthConnect' could not be found. Verify that a module by this name is registered in the native binary.
Environment:
when i try to put newArch at false, is working.. but not when enabled
The text was updated successfully, but these errors were encountered: