mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 00:12:21 +00:00
run hitTest only if necessary
This commit is contained in:
@@ -22,7 +22,6 @@ class Ellipse extends Component{
|
||||
|
||||
render() {
|
||||
let props = mergeContext(this.props, this.context);
|
||||
console.log(props);
|
||||
return <RNSVGEllipse
|
||||
{...extractProps(props)}
|
||||
cx={props.cx.toString()}
|
||||
|
||||
Reference in New Issue
Block a user