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
Contributor

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
Contributor

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
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