How to show SVG file on React Native?

后端 未结 13 1576
被撕碎了的回忆
被撕碎了的回忆 2020-12-12 11:13

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 componen

13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 11:50

    All these solutions are absolutely horrid. Just convert your SVG to a PNG and use the vanilla component. The fact that react-native still does not support SVG images in the Image component is a joke. You should never install an additional library for such a simple task. Use https://svgtopng.com/

提交回复
热议问题