Support for style attribute inheritance from the Svg element

This commit is contained in:
Mikael Sand
2018-10-05 00:53:41 +03:00
parent e7d0eb6df6
commit 2d9d73804c
+1 -1
View File
@@ -115,7 +115,7 @@ class Svg extends Shape {
dimensions
]}
>
<G {...props}>{children}</G>
<G style={style} {...props}>{children}</G>
</NativeSvgView>
);
}