chore: bump example and dev deps to React Native 0.85.3#727
Draft
janicduplessis wants to merge 3 commits into
Draft
chore: bump example and dev deps to React Native 0.85.3#727janicduplessis wants to merge 3 commits into
janicduplessis wants to merge 3 commits into
Conversation
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
Brings the example app and root dev dependencies up from React Native 0.80.1 to 0.85.3 (current latest stable). Useful for testing against current RN releases — e.g. validating reports like #691 which are filed against 0.82+.
Notable changes:
react-native0.80.1 → 0.85.3,react19.1.0 → 19.2.6,react-native-test-app4.x → 5.x (new major; still supports RN 0.76–0.85),@react-native/{babel-preset,eslint-config,metro-config,typescript-config}→ 0.85.3,@types/react→ 19.x,@react-native-community/cli→ 20.x,react-native-screens→ 4.25.x,react-native-gesture-handler→ 2.31.x.@react-native/babel-preset,@react-native/eslint-config,@react-native/eslint-plugin-specs,react,react-dom,react-native,react-test-renderer. Adds@react-native/jest-presetand points the Jestpresetat it — the RN Jest preset moved to a separate package in 0.85.No source code changes. Existing 3 ESLint deep-import warnings (
@react-native/no-deep-importsoncodegenNativeComponentandTurboModuleRegistry) are unchanged; they exist on main today and don't fail lint.Test Plan
yarn installin root andexample/— both clean.yarn test(format:check + validate:eslint + validate:typescript + validate:jest) — green; 13/13 Jest tests pass.bob build(via prepare) — builds commonjs / module / typescript targets cleanly.