feat(windows): add clipPath and touch events (#1933)

Adding support for clipPath and touch events.
This commit is contained in:
Marlene Cota
2023-01-04 06:51:08 -08:00
committed by GitHub
parent 60fcb0f28f
commit 38da5fb67c
22 changed files with 235 additions and 10 deletions
+5
View File
@@ -30,6 +30,11 @@ struct SvgViewManager : SvgViewManagerT<SvgViewManager> {
Windows::UI::Xaml::UIElement const &oldChild,
Windows::UI::Xaml::UIElement const &newChild);
// IViewManagerWithPointerEvents
void OnPointerEvent(
Windows::Foundation::IInspectable const &view,
Microsoft::ReactNative::ReactPointerEventArgs const &args);
private:
Microsoft::ReactNative::IReactContext m_reactContext{nullptr};
};