How to access loaded/cached images?

Please provide the following:

  1. SDK Version: 34
  2. Platforms(Android/iOS/web/all): Android/iIOS

Stackoverflow question: How to access loaded images in React Native? - Stack Overflow

I’m hosting uploaded images on my S3 bucket, and Im trying to implement the Sharing functionality from expo-sharing. The problem is that it seems to only accept local uris.

The <Image /> component stores the downloaded images somewhere, right? How can I access that local cache to use expo-sharing?

Else, how else may I go about sharing media from an expo app to another platform, such as Whatsapp for instance?

I’ve even tried to handleShare by fetching a blow with axios and sending the data over… that didn’t go too well.

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