mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
fix lint warnings
This commit is contained in:
@@ -33,7 +33,7 @@ class Image extends Shape {
|
||||
render() {
|
||||
let {props} = this;
|
||||
return <RNSVGImage
|
||||
ref={ele => this.root = ele}
|
||||
ref={ele => {this.root = ele;}}
|
||||
{...this.extractProps(props, {responder: true})}
|
||||
x={props.x.toString()}
|
||||
y={props.y.toString()}
|
||||
|
||||
Reference in New Issue
Block a user