vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
850 stars 334 forks source link

i got a picture of blackhole... #131

Open marcmoo opened 6 years ago

marcmoo commented 6 years ago

i got a picture of blackhole...

roycclu commented 6 years ago

Same here. Any ideas?

kimberlyluna commented 5 years ago

Are you trying to load the image from a local source ?

roycclu commented 5 years ago

@kimberlyluna Yes, from a local source. What do you know about this issue?

kimberlyluna commented 5 years ago

I think it is not supported, I had the same issue a while ago. One solution to me was to compress the svg or the one suggested on this issue, not the best workaround but it might work.

Radilx commented 5 years ago

I created a tool you can use to do this: https://github.com/SM-Wistful/react-native-svg

It's mostly for personal use, but let me know if it seems helpful?