Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow using WinUI 3 Controls #342

Merged
merged 3 commits into from
Oct 29, 2021

Commits on Oct 25, 2021

  1. Allow using WinUI 3 Controls

    WinUI 3 controls are in a separate namespace than system XAML. `react-native-windows` exports headers making it easier to target both, with the right control resolved based on user settings.
    
    This changes includes of System XAML to the aliased versions instead. It conditionally removes references to versioned System XAML interfaces as well.
    
    Mirrors the following patch in the RNW repo: https://github.com/microsoft/react-native-windows/blob/main/patches/%40react-native-picker%2Bpicker%2B2.1.0.patch
    NickGerleman committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a6a4e57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdf742c View commit details
    Browse the repository at this point in the history
  3. indentation

    NickGerleman committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8382589 View commit details
    Browse the repository at this point in the history