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
@leon0399 Your react component is using the older NavigationView and friends (the type from Windows.UI.Xaml), whereas your native component is using it from Microsoft.UI.Xaml (WinUI 2). In order to use the type from MUX in RNX, you have to use WinUI.NavigationView and friends
@chrisglein yeah we should clarify it in the docs. We project all xaml controls in WUX and any additional metadata, which by default includes MUXC. Feel free to reuse this issue to mean "update the docs".
chrisglein
changed the title
Visual difference between purely native and react components
Update docs to clarify difference between using WinUI and system XAML components
Dec 12, 2022
Problem Description
on the left is a purely native component, and on the right is react component
Steps To Reproduce
different-navigatioin-components
Expected Results
Exact same compnents
Environment
The text was updated successfully, but these errors were encountered: