9 Commits

Author SHA1 Message Date
IjzerenHein
b26fb5fd8f Fixed symbol collision errors with other plugins by adding RNFS prefix to Download & Upload classes
The Uploader & Downloader classes cause linker errors with other plugins that also implement classes that are called Uploader or Downloader. E.g. this happens when using react-native-fs in combination with Firebase Crash reporting.
Basically both plugins are at fault for not implementing unique class names. This commit adds the RNFS prefix for these classes.
2016-07-21 09:59:37 +02:00
Chris Dell
132fb4d6a0 Merge branch 'master' of https://github.com/kitolog/react-native-fs into kitolog-master 2016-06-08 17:52:08 +01:00
Chris Dell
00de35394b Added missing property 2016-06-02 00:56:16 +01:00
Chris Dell
be45203b26 Changed downloadFile to use options, preparation for headers 2016-06-02 00:53:22 +01:00
Aaron Franks
87149c2b57 First pass at native code to support background downloads 2016-06-02 00:52:47 +01:00
kitolog
1bc9481a47 Added progressDivider 2016-05-31 12:46:03 +03:00
Chris Dell
feb0df0113 Manually merged uploadFiles 2016-05-30 23:13:50 +01:00
Chris Dell
b603084ce7 Refactored downloadFile, added stopDownload 2015-11-23 16:30:27 +00:00
Chris Dell
5fbeb83a66 iOS downloadFile implementation now async 2015-11-19 00:21:51 +00:00