I have a SVG hosted here
And here is the implementation of SvgUri component in react-native to render the SVG using the same link listed above.
<SvgUri
uri={'https://static.hackerkid.org/hackerKid/live/awards/awd-leaderboard-4.svg'}
width={'100%'}
height={'100%'}
/>
This is how it looks
This is how it is supposed to look
react-native-svg
is not rendering the svg fully, the code for the SVG is quite big hence not referenced here. Please open the above mentioned link and inspect the SVG.
I did some research before posting here.
According to this post, it says some tags like <g>
are not being rendered properly.
Any help regarding this is appreciated.
Thank you.