fix lint warnings

This commit is contained in:
Horcrux
2016-07-27 12:10:12 +08:00
parent f2ee72bb76
commit 7d09dcde29
19 changed files with 54 additions and 61 deletions

View File

@@ -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()}