Closed
Description
I built a project using react-native-web some years ago, and displaying images from assets used to work out of the box: <Image source={require('../assets/icon-activities.png')} />
would translate to an inline background-image: url("data:image/png;base64,....
. This is very convenient.
Now that I updated to the latest version of react-native-web, the images are not displayed at all. I learned about react-native-web-image-loader, but seems it doesn't inline the image data. Is it still possible to inline the image data?
Metadata
Metadata
Assignees
Labels
No labels