Skip to content

Commit 565e4c8

Browse files
isaacrowntreeclaude
andcommitted
chore: release 0.5.2
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 652a814 commit 565e4c8

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.5.2 — Xcode 26.4 static-framework build fix (regenerate with nitrogen 0.35.9)
4+
5+
### Bug fixes
6+
7+
- **iOS**: regenerated nitrogen autolinking now sets `SWIFT_INSTALL_OBJC_HEADER = NO` on the podspec. Fixes a build failure on Xcode 26.4+ with `use_frameworks!: :static` where the auto-generated Swift→ObjC header breaks the module chain. The symptom was a cascading `could not build module 'jsi'` (with the root cause `'folly/dynamic.h' file not found`) at compile time in consumer apps that combine static-linked frameworks with React Native built from source.
8+
- **Android**: data classes (`UnzipResult`, `UnzipProgress`, `ZipResult`, `ZipProgress`) now generate `equals` and `hashCode` — courtesy of newer nitrogen.
9+
10+
### Compatibility
11+
12+
- `peerDependencies.react-native-nitro-modules` bumped to `^0.35.9`. Older nitro-modules versions are not compatible with the new generated code.
13+
314
## 0.5.1 — Test sources excluded from published package
415

516
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-unzip",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "High-performance ZIP extraction for React Native, powered by Nitro Modules",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)