Update the Sample App for 0.85 - #1288
Merged
Merged
Conversation
- Updated Calculator/fabric to react-native-windows 0.85.0-preview.1 (RN 0.85.3) - Updated NativeModuleSample/cpp-lib to react-native-windows 0.85.0-preview.1 (RN 0.85.3) - Regenerated yarn.lock, package-lock.json, and native packages.lock.json files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
/azp run |
vineethkuttan
approved these changes
Jul 28, 2026
vmoroz
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates the Calculator and NativeModuleSample/cpp-lib samples to RN 0.85.3 / RNW 0.85.0-preview.1. Bumps package.json versions and regenerates all lockfiles ( yarn.lock , package-lock.json , native packages.lock.json ) to the 0.85 dependency set.
Validation
yarn installimmutable/frozen-lockfile passes for both samplesreact-native codegen-windows --check: no changes necessary (cpp-lib).exe+ Hermes bundle / MSIX)Note - The cpp-lib example screen renders blank due to the custom CircleMask component's view config being undefined at runtime. This is pre-existing - verified reproducible on the 0.84 baseline ( main ) - and not a regression from this PR. 0.85 simply surfaces the previously-silent error as a redbox.
Microsoft Reviewers: Open in CodeFlow