Upgrade React Native from 0.77.2 to 0.78.3#209
Closed
markmur wants to merge 2 commits into
Closed
Conversation
Following React Native Upgrade Helper template changes: Core Dependencies: - Update React Native core from 0.77.2 to 0.78.3 - Update React Native tooling packages to 0.78.3 - MAJOR: Update React from 18.3.1 to 19.0.0 - Update React Test Renderer from 18.3.1 to 19.0.0 - Update @types/react from ^18 to ^19.0.0 - Update @types/react-test-renderer from ^18.0.0 to ^19.0.0 Android Configuration: - Update targetSdkVersion from 34 to 35 - Update JSC flavor to io.github.react-native-community:jsc-android:2026004.+ New Features Available: - React 19 support with new hooks (useActionState, useOptimistic, use) - React Compiler for automatic memoization - Android XML drawable support - Improved debugging with Metro --client-logs flag - Enhanced performance optimizations Module Tests: - All 30 unit tests passing ✅ - Core module functionality validated - TypeScript compilation has React 19 type issues in sample app (expected) New Architecture: - Remains disabled (newArchEnabled=false) as requested - Ready for migration when needed Note: Sample app has React 19 TypeScript compatibility issues that need resolution Core module works correctly with React 19
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.
What changes are you making?
🔥 MAJOR: React 19 Upgrade
Core React Native:
Android Configuration:
✅ Validation Results:
🎯 New Features Available in React Native 0.78 + React 19:
React 19 Features:
React Native 0.78 Features:
PR Checklist
Important
Checklist for releasing a new version
package.jsonfile.Tip
See the Contributing documentation for instructions on how to publish a new version of the library.