-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[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
base: 0.76-stable
Are you sure you want to change the base?
Conversation
@@ -390,14 +390,14 @@ | |||
"type": "copy", | |||
"directory": "js/examples/Text", | |||
"baseDirectory": "packages/rn-tester/js/examples/Text", | |||
"baseHash": "528bba6e7f5938ec8c81c54471962883047e68f3", | |||
"baseHash": "eafda2ddc809145094056ad5f4ac96146f60061f", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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.
Same feedback from previous PR:
|
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