mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 23:54:53 +00:00
Fix Svg root hitTest
This commit is contained in:
@@ -289,7 +289,7 @@ public class SvgViewShadowNode extends LayoutShadowNode {
|
||||
}
|
||||
}
|
||||
|
||||
return viewTag;
|
||||
return viewTag == -1 ? getReactTag() : viewTag;
|
||||
}
|
||||
|
||||
void defineClipPath(VirtualNode clipPath, String clipPathRef) {
|
||||
|
||||
Reference in New Issue
Block a user