diff --git a/ios/Elements/RNSVGSvgView.m b/ios/Elements/RNSVGSvgView.m index 7ffe4e20..4c2801f8 100644 --- a/ios/Elements/RNSVGSvgView.m +++ b/ios/Elements/RNSVGSvgView.m @@ -83,11 +83,6 @@ self.backgroundColor = inheritedBackgroundColor; } -- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event -{ - return self.responsible ? [super hitTest:point withEvent:event] : nil; -} - - (void)defineClipPath:(__kindof RNSVGNode *)clipPath clipPathRef:(NSString *)clipPathRef { if (!clipPaths) {