SVG is a vector format that can scale to any size without losing its quality, and this is what makes them highly desirable in the development of mobile apps. However, React Native hasn’t exactly ironed out all the kinks for the use of SVGs as of yet.
At the time this post is written, there are many ways to try to use SVG images in your project. The most common and stable one being the use of react-native-svg-uri. It allows you to render SVG images in React Native from a URL or a static file using the SvgUri component.

#svg #expo #react-native

How to use SVGs in React Native with Expo
19.80 GEEK