feat(windows): add support for 74 and bump Example (#2315)

Added support for RNW 74.
Bumped windows Example to 74.
Updated README.md to remove instructions on how to import Win2D since we no longer use it.
This commit is contained in:
Marlene Cota
2024-07-02 00:34:04 -07:00
committed by GitHub
parent 9faa387a98
commit 2514ac4fdf
25 changed files with 1463 additions and 1213 deletions

View File

@@ -44,6 +44,8 @@ xaml::FrameworkElement RenderableViewManager::CreateView() {
return winrt::RNSVG::ClipPathView();
case RNSVG::SVGClass::RNSVGMarker:
return winrt::RNSVG::MarkerView();
case RNSVG::SVGClass::RNSVGMask:
return winrt::RNSVG::MaskView();
}
throw hresult_not_implemented();