Does Expo ImagePicker work with web?

I need users to upload images for their profile pic.

I would like to use expo’s imagePicker: ImagePicker - Expo Documentation

Does anyone know if this will work with the web?

Hello, I am trying to implement the same in my app.
Whereas it it possible to select an image with imagePicker, the uri that is generated looks as it is not compatible with react-apollo-upload at least, as a consequence I don’t know if there is a way to upload an image on the web, did anyone manage?

According to native.directory it is supported, but I haven’t tried it.

What URI is generated when you try it?

hey, I just created a new thread for this, if you want to know more context

btw the url is in base64 and it starts with data:image/png;base64,
strange thing is that base64 is not enabled in reactnativefile

Same happening to me as well on the web. wondering how to send this data to backend api

I was looking for the solution on this topic, please share!

It works on web desktop (tested in firefox and chrome) but on mobile Safari does not seem to work.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.