mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 22:25:12 +00:00
complete ClipPath element on iOS
This commit is contained in:
@@ -47,6 +47,7 @@ class G extends Component{
|
||||
} else {
|
||||
return <NativeGroup
|
||||
{...extractProps(this.props, {transform: true})}
|
||||
asClipPath={this.props.asClipPath}
|
||||
>
|
||||
{this.props.children}
|
||||
</NativeGroup>;
|
||||
|
||||
Reference in New Issue
Block a user