vault-development / react-native-svg-uri

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

Render inside SVG #72

Open klaaz0r opened 7 years ago

klaaz0r commented 7 years ago

I was reading the source code and see that the svg element is returned as an meaning that it can not run inside a element from react-native-svg, Would it be possible to make it compatible with elements and render the svg uri inside them? Add first I thought just removing the View element would solve the problem but you can not render nested Svg elements sadly

matc4 commented 7 years ago

Yo want to render the svg elements of this library inside other svg elements that you already have in your app. is that?