mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 08:45:00 +00:00
fix Symbol svgId undefined bug
This commit is contained in:
@@ -16,6 +16,7 @@ class SymbolElement extends Component{
|
|||||||
let {props} = this;
|
let {props} = this;
|
||||||
return <Defs.Item
|
return <Defs.Item
|
||||||
id={props.id}
|
id={props.id}
|
||||||
|
svgId={props.svgId}
|
||||||
>
|
>
|
||||||
<ViewBox
|
<ViewBox
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Reference in New Issue
Block a user