I have the following image that I pass a data-url into, and I've tried two ways:
[image {:source data-url}]
[image {:source {:uri data-url}}]
In both cases, I get the error: "Failed prop type: invalid prop source supplied to image." What am I doing wrong?
your are importing in wrong way, react-native, you can fetch image from directory and url in this way
Here is the link, you may check from the official doc
https://reactnative.dev/docs/image