Skip to content

Releases: kingstinct/react-native-healthkit

@kingstinct/react-native-healthkit@13.3.1

11 Mar 18:15
9fe1cb7

Choose a tag to compare

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 via DispatchQueue.main.async, preventing JSI/Hermes thread-safety violations when used with Nitro Modules.

@kingstinct/react-native-healthkit@13.3.0

09 Mar 14:44
be819a4

Choose a tag to compare

Minor Changes

  • 785c795: chore: upgrade to Nitro 0.35.0

@kingstinct/react-native-healthkit@13.2.3

25 Feb 08:22
37b0114

Choose a tag to compare

Patch Changes

  • ec14062: Fix: Xcode 26 build workaround for package consumers

@kingstinct/react-native-healthkit@13.2.2

24 Feb 11:16
6131899

Choose a tag to compare

Patch Changes

  • a78d484: Fix: nitro-modules 0.33+ compatibility + Xcode 26 workaround
  • 231c004: fix: correct audiogram type identifier string mismatch

@kingstinct/react-native-healthkit@13.2.1

21 Feb 11:36
7f07b89

Choose a tag to compare

Patch Changes

  • e8d6326: Restrict peerDependency of react-native-nitro-modules to under 33
    Fix failing iOS build

@kingstinct/react-native-healthkit@13.2.0

20 Feb 20:50
636bee8

Choose a tag to compare

Minor Changes

  • f820272: Add HKQuantityTypeIdentifierBloodKetones to QuantityTypeIdentifier enum

Patch Changes

  • a8b4fd4: feat: resolve medication display text on dose events

@kingstinct/react-native-healthkit@13.1.4

12 Feb 16:47
1c118f7

Choose a tag to compare

Patch Changes

@kingstinct/react-native-healthkit@13.1.2

12 Feb 13:13
c1d1646

Choose a tag to compare

Patch Changes

  • 6f95447: Fix build failure with react-native-nitro-modules >= 0.33. Migrate from deprecated isBigInt/getBigInt API to new isInt64/getInt64 API in AnyMap.

@kingstinct/react-native-healthkit@13.1.1

02 Feb 18:06
22d3949

Choose a tag to compare

Patch Changes

  • 31a07e2: fix: add module.modulemap and build settings to resolve Bridge.h header visibility issues

@kingstinct/react-native-healthkit@13.1.0

29 Dec 01:27
bb4d347

Choose a tag to compare

Minor Changes

  • dcc070e: tighten up SourceRevision type, remove old os version checks
  • dcc070e: add requestPerObjectReadAuthorization

Patch Changes

  • dcc070e: clean up header and objective-c source