vault-development / react-native-svg-uri

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

Remove empty strings from element children #76

Closed adamski closed 7 years ago

adamski commented 7 years ago

This fixes an issue which appeared with RN 0.46 and RNSVG 5.3.0, where SVG element children were surrounded by empty strings, causing SVG's not to be rendered and the hard to debug warning message RawText " " must be wrapped in an explicit <Text> component

hssrrw commented 7 years ago

@adamski thank you. I couldn't find what caused this error.

Hope the PR will be merged soon