mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 16:54:52 +00:00
Support for style attribute inheritance from the Svg element
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ class Svg extends Shape {
|
|||||||
dimensions
|
dimensions
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<G {...props}>{children}</G>
|
<G style={style} {...props}>{children}</G>
|
||||||
</NativeSvgView>
|
</NativeSvgView>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user