Releases: kingstinct/react-native-healthkit
Releases · kingstinct/react-native-healthkit
@kingstinct/react-native-healthkit@13.3.1
Patch Changes
- 2cdec47: Fix SIGSEGV crash caused by HealthKit callbacks resuming Swift continuations on background threads. All HealthKit completion handlers now dispatch
continuation.resume(...)to the main thread viaDispatchQueue.main.async, preventing JSI/Hermes thread-safety violations when used with Nitro Modules.
@kingstinct/react-native-healthkit@13.3.0
Minor Changes
- 785c795: chore: upgrade to Nitro 0.35.0
@kingstinct/react-native-healthkit@13.2.3
Patch Changes
- ec14062: Fix: Xcode 26 build workaround for package consumers
@kingstinct/react-native-healthkit@13.2.2
@kingstinct/react-native-healthkit@13.2.1
Patch Changes
- e8d6326: Restrict peerDependency of react-native-nitro-modules to under 33
Fix failing iOS build
@kingstinct/react-native-healthkit@13.2.0
@kingstinct/react-native-healthkit@13.1.4
Patch Changes
- da250b0: Revert nitro fixes
@kingstinct/react-native-healthkit@13.1.2
Patch Changes
- 6f95447: Fix build failure with react-native-nitro-modules >= 0.33. Migrate from deprecated
isBigInt/getBigIntAPI to newisInt64/getInt64API inAnyMap.
@kingstinct/react-native-healthkit@13.1.1
Patch Changes
- 31a07e2: fix: add module.modulemap and build settings to resolve Bridge.h header visibility issues