Upgrade React Native from 0.84.1 to 0.85.0-rc.1#1918
Merged
Conversation
- Bump RN deps and devDeps (@react-native: babel-preset, eslint/metro/ts configs) - add @react-native jest-preset - Bump Gradle Wrapper config from 9.0.0 to 9.3.1 - update gradlew shell script (remove CLASSPATH var), regen batch script and Java app (.jar) - Bump #1877 comments RN ver - Bump Jest snapshot test rendered RN ver - Remove gem 'nkf' workaround comment now upstream in react-native-community/template#200 - Update lockfiles (Yarn, CocoaPods) - Bump ReadMe ver - NB: react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1&package=com.myapp&name=MyApp - @react-native/jest-preset missing from package.json devDependencies - Ref: react-native-community/template#208 facebook/react-native#55169 Resolve: #1913
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
leotm
added a commit
to leotm/template
that referenced
this pull request
Mar 11, 2026
Follows react-native-community#208 facebook/react-native#55169, due in React Native 0.85. Missing in: react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1 Example: leotm/react-native-template-new-architecture#1918 [General][Fixed] - Add @react-native/jest-preset to package.json
leotm
commented
Mar 12, 2026
| "@react-native/typescript-config": "0.84.1", | ||
| "@react-native/babel-preset": "0.85.0-rc.1", | ||
| "@react-native/eslint-config": "0.85.0-rc.1", | ||
| "@react-native/jest-preset": "0.85.0-rc.1", |
Owner
Author
There was a problem hiding this comment.
leotm
added a commit
to leotm/template
that referenced
this pull request
Mar 14, 2026
Follows react-native-community#208 and facebook/react-native#55169, due in React Native 0.85. Missing in - react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1 - github.com/react-native-community/rn-diff-purge/compare/release/0.84.1..release/0.85.0-rc.0 Example: leotm/react-native-template-new-architecture#1918 [General][Fixed] - Add @react-native/jest-preset to package.json devDependencies Resolve: react-native-community#211 Resolve: react-native-community/rn-diff-purge#91
leotm
added a commit
to leotm/template
that referenced
this pull request
Mar 14, 2026
Follows react-native-community#208 and facebook/react-native#55169, due in React Native 0.85. Missing in - react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1 - github.com/react-native-community/rn-diff-purge/compare/release/0.84.1..release/0.85.0-rc.0 Example: leotm/react-native-template-new-architecture#1918 [General][Fixed] - Add @react-native/jest-preset to package.json devDependencies Resolve: react-native-community#211 Resolve: react-native-community/rn-diff-purge#91
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.
NB: react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1&package=com.myapp&name=MyApp
@react-native/jest-presetfacebook/react-native#55169Resolve: #1913