Open asklar opened 3 years ago
type
needs to be a set of known strings (known at codegen time). An alternative is to have a synthetic property on UserControl like userControlType
that is just a string (as opposed to type
which is a string union); we lose intellisense/type safety with this so not ideal either.
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: