react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Xaml support prototype

Open JesseCol opened this issue 7 months ago • 0 comments

Here's the idea:

  • The react-native-windows package now contains a Microsoft.ReactNative.Xaml.dll to help with Xaml hosting.
  • RNW exposes a type named XamlApplication in IDL to help coordinate Xaml work and metadata.
  • RNW exposes a native component named XamlHost that knows how to host Xaml (using a XamlIsland). Native components that want to be Xaml-based can implement IXamlControl to allow their object to be parented to a XamlHost.
  • There's a new package for testing, called xaml-calendar-view, which shows a sample implementation of a Xaml control.
  • sample-app-fabric now uses a CalendarView from the xaml-calendar-view package.
Microsoft Reviewers: Open in CodeFlow

JesseCol avatar Jun 19 '25 20:06 JesseCol