mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 22:05:14 +00:00
save clipPath into svg instance
This commit is contained in:
@@ -29,7 +29,6 @@ class ClipPath extends Component{
|
||||
|
||||
return <NativeGroup
|
||||
asClipPath={this.id}
|
||||
opacity={1}
|
||||
>{this.props.children}</NativeGroup>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user