Passing a file URL to a .svg to ImageView renders nothing
Closed this issue · 1 comments
JoshMarler commented
I'm finding passing a file URL to a .svg as ImageView
's source
prop results in nothing being rendered.
I suspect we need to handle .svg
file extensions explicitly and create a drawable from the files contents as a string or simlar.
nick-thompson commented
Ahh yes indeed, that's a bug!