Skip to content

Releases: joltup/rn-fetch-blob

v0.13.0-beta-1

04 Apr 13:43
Compare
Choose a tag to compare
v0.13.0-beta-1 Pre-release
Pre-release

v0.13.0-beta-1

v0.12.0

19 Dec 16:42
Compare
Choose a tag to compare

Revert to fix regressions

27 Sep 03:36
Compare
Choose a tag to compare

Reverted #353 to fix regression #442
Reverted #396 to fix regression #443

podspec file fix

26 Sep 04:22
Compare
Choose a tag to compare

dynamically reference the package.json to prevent the podspec from falling out of date with new versions

Bug fixes and a few new features

26 Sep 04:14
Compare
Choose a tag to compare

React Native 60 Support

14 Jul 23:53
Compare
Choose a tag to compare

Thanks to several PRs from contributors, this version should support React Native 0.60 and above.

Please report any compatibility issues and we'll work on getting them resolved

Revert iOS background task related code that broke file saving

22 Dec 15:28
Compare
Choose a tag to compare

This release fixes file saving on iOS, but reverts the code that added improved support for background file upload on iOS

Android Build Config Updates and iOS Background File Transfer Improvements

12 Dec 03:07
Compare
Choose a tag to compare

React Native 0.56 Support + Bug Fixes!

24 Aug 16:41
Compare
Choose a tag to compare

This release updates the gradle config to support react native 0.56! #129

Other fixes include:
Improvements to the docs: #127 #132 #133
A fix for handling of the Content-Type header on Android #126
A fix for progress callbacks on iOS #155
And a fix for an 'Illegal Callback Invocation' exception on Android #149

Many thanks to those who have contributed to this release 😄

File moving and file downloading progress bug fixes

18 Jul 00:24
Compare
Choose a tag to compare

Fixes the following issues

  • Moving files on android would fail (#114)
  • Download progress was incorrectly reported (#118, #121)

Also includes some updates to the README and documentation (#110)

Many thanks to our contributors!