Is local SVG file possible?

I’m working on https://snack.expo.io/
Trying to get a local SVG file to display. I’ve tried a dozen things such as: GitHub - vault-development/react-native-svg-uri: Render SVG images in React Native from an URL or static file, (no permissions to add more urls :frowning: )

Is there anyway to get an SVG file to work on this tool?

Have you taken a look at the SVG API?

Yes, Thank you

It seems my issue was combining SVG and React nodes. I think I have it figured out now.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.