Added xaml support and upgrading to Turbo Module for windows#4785
Open
protikbiswas100 wants to merge 19 commits intoTheWidlarzGroup:support/6.x.xfrom
Open
Added xaml support and upgrading to Turbo Module for windows#4785protikbiswas100 wants to merge 19 commits intoTheWidlarzGroup:support/6.x.xfrom
protikbiswas100 wants to merge 19 commits intoTheWidlarzGroup:support/6.x.xfrom
Conversation
sundaramramaswamy
suggested changes
Dec 31, 2025
examples/react-native-video-plugin-sample/windows/VideoPluginSample/ReactPackageProvider.cpp
Show resolved
Hide resolved
examples/react-native-video-plugin-sample/windows/VideoPluginSample/VideoPluginSampleModule.h
Outdated
Show resolved
Hide resolved
examples/react-native-video-plugin-sample/windows/VideoPluginSampleDemo/App.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Sundaram Ramaswamy <suramaswamy@microsoft.com>
- Add Win32/Composition build configuration for non-UWP apps - Add conditional compilation with RNV_USE_XAML for UWP vs Win32 - Export CreateReactPackageProvider for manual DLL loading in Win32 - Move Windows.UI/Media headers to conditional includes - Disable GenerateWindowsMetadata for Win32 builds - Update examples/bare with Win32 project structure - Add ReactVideoView.Composition files (placeholder for future implementation)
- Remove packages/ folder (should be restored via nuget restore) - Remove packages.lock.json files (auto-generated) - Remove build_log.txt - Update .gitignore to exclude NuGet packages and lock files
…pleApp - BareExampleApp/Package.appxmanifest is not referenced (MSIX uses BareExampleApp.Package/Package.appxmanifest) - BareExampleApp/Assets/ images are not referenced (MSIX uses BareExampleApp.Package/Images/) Note: App.xaml is still needed as it's compiled via XAML tooling (App.xaml.g.h) This is NOT a UWP app - it's a Win32 app using WinUI with MSIX packaging.
Author
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.
Screenshot
Summary
This PR upgrades to react-native-windows version to ^0.76, which uses fabric by default.
For fabric the PR implements the Turbo Module and spec file
This PR also includes XAML changes in Fabric
Motivation
We need XAML support for Microsoft Office Team
Changes
This PR upgrades to react-native-windows version to ^0.76, which uses fabric by default.
For fabric the PR implements the Turbo Module and spec file
This PR also includes XAML changes in Fabric
Test plan
Yarn install && yarn build passes