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