How to access files in ios device

I’m doing some work with the Camera api in Expo. To properly test it I’m working off my iphone and scanning the QR code to run it through expo. All works good but now I need to access the uri created which begins like this: “file:///var/mobile/” . How can I access this directory? Through Xcode devices I can’t access since it’s an expo app. Any suggestions?

1 Like

Hey @impactcolor,

You’ll want to leverage the FileSystem module https://docs.expo.io/versions/v34.0.0/sdk/filesystem/ which allows you to access, read, download, etc the files from the app’s local storage.

Cheers,
Adam

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