雷姬家的阁楼书架
https://github.com/microsoft/microsoft-ui-xaml/issues/4195 「The XAML Designer is still in the backlog without any official commitment to implement it yet.」
很有趣,WinUI 现在不支持使用 XAML Designer,也不能在修改了 XAML 代码之后马上就能在应用中看见变化。但是 React Native Windows 却可以(
雷姬家的阁楼书架
react native 使用 WinUI 怎么只能创建 uwp 项目... 我想做 Desktop 啊(
所以想要用 rn 做 Desktop 应用,只有使用依赖于 Qt 的 RN-Desktop 或者使用 wpf....
雷姬家的阁楼书架
所以想要用 rn 做 Desktop 应用,只有使用依赖于 Qt 的 RN-Desktop 或者使用 wpf....
哦,wpf 也不支持了(
那为什么不支持 WinUI 的 Desktop!
那为什么不支持 WinUI 的 Desktop!
https://github.com/microsoft/react-native-windows/issues/7510
「To hopefully clarify, there are 3 kinds of apps:
UWP - available with WinUI 3 prerelease package and system XAML. We have templates for this.
Xaml islands - available with WinUI 3 prerelease package and system XAML. No templates.
Desktop apps - new type of app for Reunion, not yet supported/tested with React Native for Windows.」
Errrrr...
「To hopefully clarify, there are 3 kinds of apps:
UWP - available with WinUI 3 prerelease package and system XAML. We have templates for this.
Xaml islands - available with WinUI 3 prerelease package and system XAML. No templates.
Desktop apps - new type of app for Reunion, not yet supported/tested with React Native for Windows.」
Errrrr...
GitHub
Can react native windows use WinUI3 Desktop project Instead of UWP? · Issue #7510 · microsoft/react-native-windows
I follow what doc said to add --useWinUI3 flag while using npx react-native-windows-init. And I got a UWP project. I think WinUI3 is able to create the Desktop App, how could I do that while using ...