Skip to content

Commit d3fa965

Browse files
Version Packages
1 parent d55a540 commit d3fa965

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.changeset/fix-main-thread-continuation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-native-healthkit/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @kingstinct/react-native-healthkit
22

3+
## 13.3.1
4+
### Patch Changes
5+
6+
- 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.
7+
38
## 13.3.0
49
### Minor Changes
510

packages/react-native-healthkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kingstinct/react-native-healthkit",
3-
"version": "13.3.0",
3+
"version": "13.3.1",
44
"description": "React Native bindings for HealthKit",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)