Skip to content

Integrate RN Nightly Build 0.80.0-nightly-20250428-9efcdc091 #14844

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

Conversation

sharath2727
Copy link
Contributor

@sharath2727 sharath2727 commented Jul 7, 2025

Description

Integrate RN Nightly Build 0.80.0-nightly-20250428-9efcdc091

Commit Range

facebook/react-native@70cdf12...9efcdc0

Changelog

no

#14848

Microsoft Reviewers: Open in CodeFlow

@chiaramooney
Copy link
Contributor

Can you run yarn change and commit so I can validate the pipeline results?

@chiaramooney
Copy link
Contributor

Looks like all the tests are failing because the lock file needs to be updated. Can you run yarn install and commit?

@sharath2727 sharath2727 marked this pull request as ready for review July 9, 2025 07:25
@sharath2727 sharath2727 requested review from a team as code owners July 9, 2025 07:25
@sharath2727 sharath2727 requested a review from chiaramooney July 9, 2025 07:25
@vivekkhare31 vivekkhare31 linked an issue Jul 10, 2025 that may be closed by this pull request
@anupriya13
Copy link
Contributor

anupriya13 commented Jul 12, 2025

@jonthysell / @sharath2727 change files are needed for CI pipelines to run

@anupriya13
Copy link
Contributor

anupriya13 commented Jul 14, 2025

@sharath2727 and @vineethkuttan linting and many other issues are here that can be fixed like incorrect overrides

  1. Starting: yarn validate-overrides
    ==============================================================================
    Task : Command line
    Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
    Version : 2.250.1
    Author : Microsoft Corporation
    Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
    ==============================================================================
    Generating script.
    Script contents:
    yarn validate-overrides
    ========================== Starting Command Output ===========================
    /bin/bash --noprofile --norc /Users/runner/work/_temp/0bf425f8-d581-472d-97b5-2c49e375fa51.sh
    yarn run v1.22.22
    $ react-native-platform-override validate
  • Validating /Users/runner/work/1/s/packages/@office-iss/react-native-win32/overrides.json
  • Validating /Users/runner/work/1/s/packages/@office-iss/react-native-win32-tester/overrides.json
  • Validating /Users/runner/work/1/s/packages/@react-native-windows/tester/overrides.json
  • Validating /Users/runner/work/1/s/packages/@react-native/monorepo/overrides.json
  • Validating /Users/runner/work/1/s/packages/@react-native/tester/overrides.json
  • Validating /Users/runner/work/1/s/vnext/overrides.json
    ✖ Validation failed

Found overrides whose original files have changed. Upgrade overrides using 'npx react-native-platform-override upgrade':

  • /Users/runner/work/1/s/vnext/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/components/view/AccessibilityProps.cpp

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

##[error]Bash exited with code '1'.
Finishing: yarn validate-overrides

https://dev.azure.com/ms/react-native-windows/_build/results?buildId=622686&view=logs&jobId=b8115773-854b-5a24-9853-4feb4834ad88&j=a36ff466-d0cb-5504-dac7-e7ff8fe0488f&t=65c69be2-d19b-5539-8c3d-c8751bf900aa

Copy link
Contributor

@anupriya13 anupriya13 left a comment

Choose a reason for hiding this comment

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

Please fix CI errors that can be resolved

@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 Jul 14, 2025
@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 Jul 14, 2025
@anupriya13 anupriya13 self-requested a review July 15, 2025 11:11
@@ -17,11 +17,11 @@
"sample-custom-component": "0.0.1"
},
"peerDependencies": {
"@react-native-picker/picker": "2.4.10",
"@react-native-picker/picker": "2.11.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

this upgrade should be okay; but if you run into issues you can revert to the previous version

"Visual Type": "SpriteVisual",
},
"Component Tree": {},
"Visual Tree": {},
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm I wouldn't expect these to be empty. Can you open the LegacyControlStyleTest.js file in playground-composition and see if the content is rendering?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed it.

@anupriya13 anupriya13 self-assigned this Jul 16, 2025
@sharath2727 sharath2727 merged commit b4ad43a into microsoft:main Jul 16, 2025
58 checks passed
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.

Integrate RN Nightly Build 0.80.0-nightly-20250428-9efcdc091
5 participants