github joltup/rn-fetch-blob v0.10.9
New package name, 0.10.9 Bugfix Release

latest releases: v0.13.0-beta-1, v0.12.0, v0.11.2...
5 years ago

This is the first release of rn-fetch-blob! 🎉 You can install it from npm at https://www.npmjs.com/package/rn-fetch-blob.

This release includes many bugfixes. Many thanks to those who have contributed, since moving to this new repository we have merged 13 pull requests from contributors! 😀

Some bugfixes/changes include:

  • Callback based APIs now use promises

  • Updated SDCardDir and SDCardApplicationDir API #77

    • SDCardDir as a constant is deprecated and will be removed in feature release. Use RNFetchBlob.android.getSDCardDir():Promise instead.
    • SDCardApplicationDir as a constant is deprecated and will be removed in feature release. Use RNFetchBlob.android.getSDCardApplicationDir():Promise instead. This variable can be empty on error in native code.
  • Prevent crashing when there is no external files directory #62

  • Support Android content URIs for uploading: #45

  • Reject openDocument promise on iOS if an error occurs: #41

  • Large refactor to clean up code and improve general efficiency: #8

  • Properly implement main queue setup: #10, #17

There are several more fixes that were implemented in the original react-native-fetch-blob repository as well. In general testing we have found this release to be working great in our app at Joltup, please open new issues if you run into any bugs/problems

Don't miss a new rn-fetch-blob release

NewReleases is sending notifications on new releases.