Write file to downloads folder from expo?

So I am trying to setup an export so that a user can generate some data to a txt file on their phone. I can use FileSystem.writeAsStringAsync, this works great except I cant access this file. The only directories I know of are DocumentDirectory (not publicly accessible) and CacheDirectory (also not accessible outside of the app).

Is it possible to write a file directly to the downloads folder or similar? Is it possible to open the document picker and let them name the file? Thanks for any info.

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