gluestack
gluestack
Avatar render SVG
joaquinboto. posted this in
#support
Open in Discord
joaquinboto.
OP
2024-07-29T14:01:43.864Z
Hello, I'm having an issue using the Avatar component. I want to render an image from a URL, and the image URL is in .svg format. However, it's not working. Does it not support .svg?
3 Replies
viraj1098
2024-07-30T10:59:05.008Z
Hey
@joaquinboto.
, Avatar Image is based on react native Image.
Unfortunallty svg is not support by React native Image.
https://reactnative.dev/docs/image#source
joaquinboto.
OP
2024-07-30T13:33:53.992Z
thanks for the reply