i want to store files and images in iOS. where should i put the files? the folder structure should be:
Announcements folder - images and documents like word, excel, pdf, text files
Moments folder - images only
how should i achieve this using the library?
currently in Android i'm using the mkdir, isDir and writeFile methods for creating a folder, checking if the file already exists and saving the files. im using the PictureDir property for Android.
Since you didn't get support yet, have you tried asking on https://stackoverflow.com/
It's hard to decide where to ask non-bug-report questions with SO being very stringent with their question requirements and no mailing list or forum.
You can also check the Wiki (https://github.com/wkh237/react-native-fetch-blob/wiki/iOS-API)
Since this is not a bug, and since there have been no news, I'll close this issue. Feel free to reopen if you still have questions.
i still dont know how to store files in iOS
any news? @mykelaballe do you know now how to do it?
Most helpful comment
i still dont know how to store files in iOS