microsoft / react-native-xaml

A React Native Windows library to use XAML / WinUI controls
MIT License
97 stars 26 forks source link

Improve build-time support for UserControl #33

Open asklar opened 3 years ago

asklar commented 3 years ago

When producing UserControl projections, the ReactNativeXaml project carries metadata for both XAML and the custom WinMDs. This means we end up with modified files inside node_modules. Ideally the codegen files for the custom winmds would be separate from the XAML ones. The work here is:

asklar commented 3 years ago

Design A: split built logic

Design B: view manager generator