-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Integrate 0.82.0-nightly-20250819-25104de5c #15467
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
Integrate 0.82.0-nightly-20250819-25104de5c #15467
Conversation
This reverts commit 3cec31d.
…ps://github.com/protikbiswas100/react-native-windows into user/protikbiswas100/integrate-nighlty-20250819
…ps://github.com/protikbiswas100/react-native-windows into user/protikbiswas100/integrate-nighlty-20250819
…ps://github.com/protikbiswas100/react-native-windows into user/protikbiswas100/integrate-nighlty-20250819
The CI builds were failing with NuGet lock file changes because the pipeline was using VS 2022 17.0 while local builds use 17.14. Updated msbuildVersion to 'latest' to ensure CI uses the most recent VS 2022 available on the agent.
…json This file was incorrectly deleted in a previous commit. Restoring it from origin/main to fix NuGet lock file validation in CI builds.
This reverts commit f11ca8a.
This reverts commit 4ec13d4.
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
| } | ||
|
|
||
| _setBooleanValue: string => boolean => void = key => value => | ||
| // $FlowFixMe[incompatible-type] |
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.
Any reason you added this comment to ignore a type error on the next line of code?
Is this a bydesign error?
| }); | ||
| } | ||
|
|
||
| #ifdef USE_EXPERIMENTAL_WINUI3 |
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.
Is it expected to remove this change?I see this is windows specific code
|
|
||
| void DrawingIsland::Window_OnStateChanged(winrt::ContentIslandEnvironment const &sender) { | ||
| sender; | ||
| #ifdef USE_EXPERIMENTAL_WINUI3 |
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.
Same comment here as well
|
@protikbiswas100 I see this is not the integration PR required for review.Can you please close or mark as do not review |
Description
React Native Integration with React Native Windows
facebook/react-native@5936f29...25104de
https://www.npmjs.com/package/@react-native-community/template/v/0.82.0-nightly-2025819-246871d
Type of Change
Integration of facebook/react-native@5936f29...25104de
Why
Integrate 0.82.0-nightly-20250819-25104de5c
[0.82.0-nightly-20250819-25104de5c](https://www.npmjs.com/package/react-native/v/0.82.0-nightly-20250819-25104de5c)What
RNW commit range
(facebook/react-native@5936f29...25104de)
Review this commit as well.
Screenshots
Changelog
Should this change be included in the release notes: no
Integrated facebook/react-native@5936f29...25104de
Microsoft Reviewers: Open in CodeFlow