mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-09 17:30:58 +00:00
feat(windows): add clipPath and touch events (#1933)
Adding support for clipPath and touch events.
This commit is contained in:
@@ -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};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user