mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-30 13:38:30 +00:00
complete ClipPath element on iOS
This commit is contained in:
+2
-2
@@ -58,7 +58,7 @@ class Shape extends Component{
|
||||
|
||||
let shape = new SerializableShape(props, COORD_PROPS[this.type]).toJSON();
|
||||
|
||||
return <NativePath
|
||||
return <NativeShape
|
||||
{...extractProps(this.type === 3 ? {
|
||||
...props,
|
||||
x: null,
|
||||
@@ -72,7 +72,7 @@ class Shape extends Component{
|
||||
};
|
||||
}
|
||||
|
||||
let NativePath = createReactNativeComponentClass({
|
||||
let NativeShape = createReactNativeComponentClass({
|
||||
validAttributes: ShapeAttributes,
|
||||
uiViewClassName: 'RNSVGShape'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user