Update NativeModuleSample/cpp-lib to RNW 0.83.0#1243
Merged
sundaramramaswamy merged 1 commit intoMay 29, 2026
Conversation
Bump the native module library and the new-architecture example app to react 19.2.0, react-native 0.83.4, react-native-windows ^0.83.0, and the Microsoft.ReactNative/.Cxx NuGet references to 0.83.0. Remove the old-architecture example (example-old): UWP / old arch is no longer supported in react-native-windows 0.83 (the old/uwp-cpp-app template was dropped), so it can neither move to 0.83 nor build the 0.83 shared library. README and workspace config updated accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
vineethkuttan
approved these changes
May 29, 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.
Summary
Updates the
samples/NativeModuleSample/cpp-libsample from React Native for Windows 0.82 to 0.83.0, following the pattern used for prior version bumps (e.g. #1172).Changes
react19.2.0,react-native0.83.4,react-native-windows^0.83.0.Microsoft.ReactNative/Microsoft.ReactNative.Cxxreferences bumped 0.82.1 → 0.83.0 (lib + example app.vcxproj).yarn.lockand Windows codegen.example-old) and its references (workspace, scripts,tsconfig.build.json, README).Why remove example-old?
Old-architecture / UWP support has been dropped in react-native-windows 0.83 — the
old/uwp-cpp-apptemplate no longer ships, so autolinking fails, and the 0.81 host can no longer build the now-0.83 shared library (MIDL2011). The old-arch example therefore cannot be carried forward at 0.83.Validation
yarn install+yarn prepare+yarn codegen-windows✓--singleproc) ✓Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
Microsoft Reviewers: Open in CodeFlow