godaddy / svgs

svgs is a compatiblity layer between svg and react-native-svg
MIT License
191 stars 31 forks source link

No SvgUri or SvgCssUri Support #48

Open jdmg94 opened 4 years ago

jdmg94 commented 4 years ago

There is currently no support for loading Svg from a remote URI as described here: https://github.com/react-native-community/react-native-svg#use-with-content-loaded-from-uri

both these components can be easily abstracted with a regular img, I'll try to submit a PR later today