-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Image> doesn't work with data URIs #57
Comments
SVG data URI probably don't work as background images on web and won't work in react native either. You can use SVG directly instead |
They do work on the web. |
Well, Image uses a background image on web. Which platform are you saying this doesn't work on |
It's not working on the web. I haven't tried react-native. https://esnextb.in/?gist=ef0b696442ef1de57210471caf8e0902 Regardless, I feel like the use of background images to implement |
It probably doesn't work on any of the platforms. You can use SVG directly though |
The root issue appears to be a stray CSS class that sets the Note the Interestingly, I don't have time to create a ticket in RNW right now but will in a few days if someone doesn't beat me to it. |
This is fixed now. Thanks! |
It seems like the background image isn't getting set for some reason
The text was updated successfully, but these errors were encountered: