React-native-fetch-blob: How to store files in iOS?

Created on 20 Jun 2017  Â·  4Comments  Â·  Source: wkh237/react-native-fetch-blob

i want to store files and images in iOS. where should i put the files? the folder structure should be:

  1. MainFolder
  2. under MainFolder there are 2 more folders: Announcements and Moments

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.

Most helpful comment

i still dont know how to store files in iOS

All 4 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Jason0112 picture Jason0112  Â·  3Comments

timsuchanek picture timsuchanek  Â·  4Comments

chrbradley picture chrbradley  Â·  5Comments

NarendraSingh88 picture NarendraSingh88  Â·  3Comments

Noitidart picture Noitidart  Â·  4Comments