complete ClipPath element on iOS

This commit is contained in:
Horcrux
2016-04-27 23:14:15 +08:00
parent efd56cdb6a
commit fa751e31b0
18 changed files with 112 additions and 60 deletions
+1
View File
@@ -47,6 +47,7 @@ class G extends Component{
} else {
return <NativeGroup
{...extractProps(this.props, {transform: true})}
asClipPath={this.props.asClipPath}
>
{this.props.children}
</NativeGroup>;