expo-image-picker not returning uri on web

17 views Asked by At

Trying expo-image-picker on web browser and it seems the documentation is wrong (even their example is contracdictory!) https://docs.expo.dev/versions/latest/sdk/imagepicker/#usage

enter image description here

uri , instead of being the file path is the image in base64, any idea why ? (the prop base64 is here because I passed base64:true as parameter but it doens't change anything, uri is always base 64)

0

There are 0 answers