Does Expo store recordings in the Cache Directory or the Document Directory?

Hi, Ignore this- I see that it is copying it to the Document Directory

Please mark as ID-10T :slight_smile:

My app records users and plays the recordings back at random times (sounds weird, but it’s part of a bigger project).

I assumed that the recordings are stored in the cache directory, so I need to move them to a new directory beneath the Document directory.

However, I get an error when I FileSystem.copyAsync(from cache, to document) because the file already exists.

This leads me to believe that recordings are already saved in the Document directory, but I want to be sure that my running in dev/debug isn’t what is really going on.

Thank you for your help - the more I work in Expo, the more I like it, and really appreciate all your hard work!

Lili Dwight

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