DEV Community

Discussion on: I've released over 100 apps in React Native since 2015, Ask Me Anything!

Collapse
 
dreadrocksean profile image
dreadrocksean

Im using Expo and can't get SVG local files to show.

Collapse
 
kylessg profile image
Kyle Johnson

I don't use Expo in my projects, and probably never will. However, I do use SVGs.

I haven't ever loaded svgs from a uri (which I assume is what you're doing, it probably uses react-native-svg-uri) internally. Have you tried just rendering the svg markup - this is a handy tool smooth-code.com/open-source/svgr/p...