Can i write file to internal storage (android)

I have app with several files and need to save on internal storage like Download, DCIM, Music, eg

How to implement that, expo filesystem only allow write file on app data folder

Anyone who can help ?

Did you read the docs?

The docs showing how to write to , /data/data/com.your.packagename not on /storage/emulated/0/

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