mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 07:59:28 +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
|
||||
]}
|
||||
>
|
||||
<G {...props}>{children}</G>
|
||||
<G style={style} {...props}>{children}</G>
|
||||
</NativeSvgView>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user