You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is simple:
In my application, users can upload some pictures and some other stuff.
These data are stored in MongoDB, the images are stored as base64. (I don't want to handle a FS on server side with all these images)
I want to get it back and show them via Expo-Three.
It looks like it is impossible to load base64 data into an image and use it with Expo-Three, I have tried nearly 20 methods to do it and I can't find a solution...
Anyone got an idea ?
The text was updated successfully, but these errors were encountered:
Hello,
My problem is simple:
In my application, users can upload some pictures and some other stuff.
These data are stored in MongoDB, the images are stored as base64. (I don't want to handle a FS on server side with all these images)
I want to get it back and show them via Expo-Three.
It looks like it is impossible to load base64 data into an image and use it with Expo-Three, I have tried nearly 20 methods to do it and I can't find a solution...
Anyone got an idea ?
The text was updated successfully, but these errors were encountered: