mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 06:07:41 +00:00
native prop tranform => trans,fix defs typo
This commit is contained in:
+1
-1
@@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user