Expo: How to create a file in app's internal/private folder

95 Views Asked by At

I have explored expo FileSystem APIs but it doesn't give any option to store files on app's internal folders. All the files saved using createFileAsync API with Document dir are showing up on user's device file manager app. Is there any way to do it without ejecting expo?

0

There are 0 best solutions below