Skip to content

chore: upgrade react-native to 0.77.3#17039

Open
keremoge wants to merge 1 commit intojitsi:masterfrom
keremoge:RN0.77.3
Open

chore: upgrade react-native to 0.77.3#17039
keremoge wants to merge 1 commit intojitsi:masterfrom
keremoge:RN0.77.3

Conversation

@keremoge
Copy link
Contributor

upgrade react-native to 0.77.3

Copilot AI review requested due to automatic review settings February 27, 2026 12:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades React Native from version 0.77.2 to 0.77.3, which appears to be a minor patch release. The upgrade includes updates to the main react-native package and all related @react-native/* dependencies, along with corresponding metro bundler packages. Additionally, the android/build.gradle file has been improved to dynamically read the React Native version from node_modules instead of hardcoding it.

Changes:

  • Upgraded react-native from 0.77.2 to 0.77.3
  • Updated all @react-native/* packages (@react-native/babel-preset, @react-native/metro-config, and all transitive dependencies) to 0.77.3
  • Updated metro dependencies (metro, metro-config, metro-runtime, metro-source-map) from 0.81.3 to 0.81.5
  • Modified android/build.gradle to dynamically read React Native version from package.json instead of hardcoding

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updated react-native to 0.77.3 and related @react-native dev dependencies
package-lock.json Updated all React Native and metro dependencies with new versions and checksums
android/build.gradle Changed rnVersion from hardcoded "0.77.2" to dynamically read from node_modules/react-native/package.json

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"react-i18next": "10.11.4",
"react-linkify": "1.0.0-alpha",
"react-native": "0.77.2",
"react-native": "0.77.3",
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The iOS Podfile.lock still references React Native 0.77.2 and should be updated. After making these package.json changes, you need to run pod install (or pod update) in the ios directory to regenerate the Podfile.lock with the new React Native 0.77.3 dependencies. This ensures the iOS build uses the correct versions.

Copilot uses AI. Check for mistakes.
@jitsi-jenkins
Copy link

Hi, thanks for your contribution!
If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would unfortunately be unable to merge your patch unless we have that piece :(.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants