Skip to content

[0.76] Integrate react-native 0.76.9 #14616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 0.76-stable
Choose a base branch
from

Conversation

iamAbhi-916
Copy link
Contributor

@iamAbhi-916 iamAbhi-916 commented Apr 25, 2025

Description

Integrate react-native 0.76.9

Type of Change

release Integration : facebook/react-native@v0.76.6...v0.76.9

Microsoft Reviewers: Open in CodeFlow

@iamAbhi-916 iamAbhi-916 requested review from a team as code owners April 25, 2025 09:36
@@ -390,14 +390,14 @@
"type": "copy",
"directory": "js/examples/Text",
"baseDirectory": "packages/rn-tester/js/examples/Text",
"baseHash": "528bba6e7f5938ec8c81c54471962883047e68f3",
"baseHash": "eafda2ddc809145094056ad5f4ac96146f60061f",
Copy link
Collaborator

Choose a reason for hiding this comment

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

It looks like changes were made to these files (hence the hash change) but those changes weren't applied to the new files. Did you forget to check in these files?

Copy link
Contributor

Choose a reason for hiding this comment

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

files from rn-tester we've been updating manually however these files are caught by yarn validate-override thus linting is failing! Adding the changes to Text should fix this.

@@ -451,6 +451,37 @@ function AllowFontScalingExample(props: {}): React.Node {
);
}

function MaxFontSizeMultiplierExample(props: {}): React.Node {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Because these example files changed, the snapshots are failing for the e2etest-app tests. You'll need to update the snapshots for these to pass.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Author Feedback The issue/PR needs activity from its author (label drives bot activity) label Apr 25, 2025
@TatianaKapos
Copy link
Contributor

TatianaKapos commented Apr 25, 2025

Same feedback from previous PR:

  • To fix linting (yarn validate-overrides), make sure these folder are exactly the same as upstream - packages@react-native\tester\js\examples\Text and \packages@react-native\tester\js\examples\TextInput.
  • Update the snapshot tests

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs: Author Feedback The issue/PR needs activity from its author (label drives bot activity) label Apr 28, 2025
@anupriya13 anupriya13 requested a review from Copilot May 12, 2025 12:37
Copy link

@Copilot 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 integrates React Native version 0.76.9 across multiple packages and updates corresponding base version and hash values in override files.

  • Updated package.json files for several apps to bump react-native from 0.76.6 to 0.76.9.
  • Updated version references in tester and automation packages and corresponding override baseVersion and baseHash values.
  • Added new examples demonstrating allowFontScaling and maxFontSizeMultiplier behaviors in test files.

Reviewed Changes

Copilot reviewed 25 out of 25 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/sample-app-fabric/package.json Updated react-native version to 0.76.9.
packages/playground/package.json Updated react-native version to 0.76.9.
packages/integration-test-app/package.json Updated react-native version to 0.76.9.
packages/e2e-test-app/package.json Updated react-native version to 0.76.9.
packages/e2e-test-app-fabric/package.json Updated react-native version to 0.76.9.
packages/@react-native/tester/package.json Updated tester version and react-native popup-menu version.
packages/@react-native/tester/overrides.json Updated baseVersion and related baseHash values.
packages/@react-native/monorepo/package.json Updated metro babel transformer and metro config versions.
packages/@react-native/monorepo/overrides.json Updated baseVersion and baseHash values.
packages/@react-native-windows/tester/src/js/examples/TextInput/TextInputExample.windows.js Added new examples for allowFontScaling and maxFontSizeMultiplier attributes.
packages/@react-native-windows/tester/src/js/examples/Text/TextExample.windows.js Added new maxFontSizeMultiplier example and updated example arrangement.
packages/@react-native-windows/tester/package.json Updated tester dependency and react-native version.
packages/@react-native-windows/tester/overrides.json Updated baseVersion and baseHash values.
packages/@react-native-windows/automation-channel/package.json Updated react-native version to 0.76.9.
packages/@office-iss/react-native-win32/package.json Updated react-native and several related package versions to 0.76.9.
packages/@office-iss/react-native-win32/overrides.json Updated baseVersion to 0.76.9.
packages/@office-iss/react-native-win32-tester/package.json Updated tester and react-native versions.
packages/@office-iss/react-native-win32-tester/overrides.json Updated baseVersion to 0.76.9.
change/react-native-windows-6c2244b6-d606-49a4-b629-37f264bfd394.json Added change file for react-native-windows integration.
change/@office-iss-react-native-win32-0e79fa19-5028-453c-af13-6973fbbd296c.json Added change file for @office-iss/react-native-win32 integration.

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