You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xaml Islands are a complicated topic, and we get lots and lots of questions about them (and bugs that happen on them).
There's a nice article that walks through adding RNW to a WPF app using Xaml Islands. But that's a slice in time, currently 2 years old, and not accessible as a sample that people can quickly build and copy.
There's an existing repo of Xaml Islands Samples, but that's not going to include RNW.
We have another issue on this repo tracking the need for a write up on this topic.
Playground Win32 uses islands, but isn't documented and also is serving many more purposes than a "hello world w/ islands" app would.
I think what need is the simplest example app we can muster of a Xaml islands + RNW app. And we need it to live here on this repo alongside our other samples.
The text was updated successfully, but these errors were encountered:
By which you mean that TodosFeed should suffice? It isn't minimal, and has been locked in time to match the article it goes with.
At the very least, we don't point people in a clear direction if they're looking to use RNW with XAML Islands, and it comes up a lot. Whatever we thinking is exemplary here should also be discoverable.
no, what I'm saying is we probably don't want 3rd parties to do xaml islands without some white gloving. If you remember the conversation we had in 267, we had decided to not publicize xaml islands for RNW since there are lots of gotchas and we are not resourced to support it for arbitrary 3rd parties.
Xaml Islands are a complicated topic, and we get lots and lots of questions about them (and bugs that happen on them).
I think what need is the simplest example app we can muster of a Xaml islands + RNW app. And we need it to live here on this repo alongside our other samples.
The text was updated successfully, but these errors were encountered: