Commit Graph

3 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
Ruoyu Sun 951a93a33a 1. Return statusCode, headers for uploadFiles method
2. Fix README
2016-06-15 17:51:43 +08:00
Chris Dell feb0df0113 Manually merged uploadFiles 2016-05-30 23:13:50 +01:00