Merged
Conversation
Upgrade nitrogen to 0.35.0 and regenerate specs to support the latest version. Nitro 0.35.0 includes a critical memory leak fix in Kotlin HybridObjects. Changes: - Upgrade nitrogen from 0.34.1 to 0.35.0 - Regenerate specs using nitrogen 0.35.0 - Update peerDependencies to require react-native-nitro-modules >=35.0 - Add compatibility documentation - Update version requirements in installation guide
…tions - Clarified compatibility details for `react-native-nitro-modules`. - Updated installation instructions to use `bunx` instead of `npx` for Expo prebuild commands. - Enhanced the getting started guide with code formatting for library names. - Minor adjustments to ensure consistency in documentation formatting.
0784597 to
6a07368
Compare
… 2.x - Added a note that version 2.x requires Nitro 0.35.0 or newer. - Clarified compatibility details in the migration guide and installation instructions. - Updated installation commands to reflect version requirements for `react-native-nitro-modules`. - Enhanced documentation for better clarity on upgrading from v1.x to v2.0.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR upgrades the project to support Nitro 0.35.0, which includes a critical memory leak fix in Kotlin HybridObjects.
Changes
Migration
Users upgrading from v1.0.x to v1.1.0 need to update react-native-nitro-modules to >= 0.35.0 and rebuild their app.