chore: bump nitro modules to v0.35#145
Conversation
- Upgrade react-native-nitro-modules from ^0.28.1 to ^0.35.0 - Rename nitro-codegen to nitrogen (^0.35.0) - Migrate cpp-adapter.cpp to new registerAllNatives() JNI pattern - Update nitro.json autolinking to new ios/android syntax - Regenerate nitrogen/ specs with nitrogen 0.35.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (35)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe pull request updates Nitro-related dependencies across the project, migrates build tooling from nitro-codegen to nitrogen, refactors JNI initialization in C++ to use facebook::jni, and restructures the nitro.json autolinking configuration to use explicit language and implementation class name fields. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can generate a title for your PR based on the changes with custom instructions.Set the |
|
Thank you @jeongshin! |
|
@patrickkabwe Thanks for the fast reply! Could you please release a new version when you get a chance? |
Summary
Test plan
Tested on the example project with the following code:
TypeScript build passes (bun run build)
Android build and run on device — in-app browser opens correctly
iOS build and run on simulator — in-app browser opens correctly
Summary by CodeRabbit