Hey all,
I want to show svg files (i have bunch of svg images) but the thing i couldn't find the way to show. I tried to use "image" and "use" components of "react-native-svg" but they don't work with that.
Example code:
<View>
<SvgRn width="80" height="80">
<Use href={require('./svg/1f604.svg')} />
</SvgRn>
</View>
Cassio Seffrin
You can follow this tutorial medium.com/@stowball/creating-an-svg-icon-system-…
I found a better solution (the git doc is self explanatory): github.com/seekshiva/react-native-remote-svg