Expo web. ImagePicker doesn't resolve promise on cancellation of image picking process

ImagePicker on web seems to have a few issues:

  1. On image selection it returns base64 of image inside uri field. base64 option field doesn’t change this behaviour in any way.

  2. Cancellation of image picker modal doesn’t resolve launchImageLibraryAsync promise. The result is not returned.

Even though I could overcome the first issue, it would be of great help if you could help me to overcome the second one. Thank you!

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