microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.39k stars 1.14k forks source link

[Modal] Experiment with using new APIs for modal #14065

Open TatianaKapos opened 3 weeks ago

TatianaKapos commented 3 weeks ago

Summary

Currently Modal works with older Windows API CreateWindow and DesktopChildSiteBridge, we should experiment with using IXP's experimental API.

Motivation

Implementation of Modal

Basic Example

No response

Open Questions

No response

chrisglein commented 3 weeks ago

@TatianaKapos Can you add a link to the internal work tracking defining this API as it eventually graduates to WinAppSDK experimental (hopefully for 1.7).