chore: bump to React Native 0.84 and nitro-modules 0.35#11
Open
chore: bump to React Native 0.84 and nitro-modules 0.35#11
Conversation
- Bump root deps: `react-native` 0.83.0 → 0.84.1, `react` 19.2.0 → 19.2.3
- Bump `react-native-nitro-modules` & `nitrogen` ^0.32.0 → ^0.35.5
- Bump `@react-native/babel-preset` & `@react-native/eslint-config` to 0.84.1
- Bump example deps: RN 0.84.1, react 19.2.3, nitro-modules ^0.35.5
- Bump example `@react-native-community/cli*` to 20.1.3
- Bump example `@react-native/{babel-preset,metro-config,typescript-config}` to 0.84.1
- Widen `peerDependencies.react-native-nitro-modules` to `^0.35.0` so apps
on 0.35.x (e.g. using `react-native-mmkv@4`) no longer mismatch the peer
- Migrate `nitro.json` autolinking to the new schema (silences nitrogen 0.35
deprecation warnings)
- Regenerate `nitrogen/generated/**` against nitrogen 0.35.5
- Bump library version 1.2.0 → 1.3.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
react-native-nitro-modulesandnitrogenfrom^0.32.0to^0.35.5, regeneratenitrogen/generated/**, migratenitro.jsonto the new autolinking schemapeerDependencies.react-native-nitro-modulesto^0.35.0so consumer apps on 0.35.x (e.g. usingreact-native-mmkv@4, which requires nitro-modules ≥ 0.35) no longer hit a peer-range mismatch1.2.0→1.3.0Test plan
yarn install— noreact-native-nitro-modulespeer warningyarn nitrogen— clean (no deprecation warnings)yarn typecheckyarn lintyarn testyarn prepare— full module + typescript + nitrogen build succeedsyarn example android— build & smoke test on a device/emulatoryarn example ios— build & smoke test on a simulator