microsoft / react-native-windows

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

Moving Exposed Xaml Control in React-Native-Windows from Windows.UI.XAML.Controls #1970

Closed adam-bratin closed 5 years ago

adam-bratin commented 6 years ago

As part of Microsoft's Initiative the break the dependency between UWP controls and Windows SDK versions it was announced the creation of the Microsoft.UI.Xaml nuget package to replace using the UWP controls that were shipped in earlier SDKs. I was wondering if there has been any thought to moving to using these versions of the controls as it gives the ability for developers to use newer controls that previously required SDK versions > 14393 (RS1) which is the current targeting?

rozele commented 6 years ago

Great idea!

rozele commented 5 years ago

I'm going to close this out for now. It's likely that the view manager architecture will radically change given React Native Fabric and the move towards the rnwcpp-preview branch. These changes will likely take place before the Microsoft.UI.Xaml package has enough coverage to integrate.

hmheng commented 5 years ago

@rozele can the team create some open source RN control with uwp features? says inkcanvas, fluent design ui etc, which is not available in RN generally.