native prop tranform => trans,fix defs typo

This commit is contained in:
Horcrux
2016-07-25 11:15:39 +08:00
parent c846c59ed6
commit a2598a5591
15 changed files with 74 additions and 23 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class Image extends Shape {
let {props} = this;
return <RNSVGImage
ref={ele => this.root = ele}
{...this.extractProps(props, {transform: true, responder: true})}
{...this.extractProps(props, {responder: true})}
x={props.x.toString()}
y={props.y.toString()}
width={props.width.toString()}