Fix Svg root hitTest

This commit is contained in:
Mikael Sand
2018-10-10 20:26:40 +03:00
parent 5fdcdf6fc3
commit 032541b2bf
@@ -289,7 +289,7 @@ public class SvgViewShadowNode extends LayoutShadowNode {
}
}
return viewTag;
return viewTag == -1 ? getReactTag() : viewTag;
}
void defineClipPath(VirtualNode clipPath, String clipPathRef) {