Skip to content

Releases: RonRadtke/react-native-blob-util

0.19.5: version

04 Dec 12:50

Choose a tag to compare

  • Updating GLOB
  • always pass request status in callback to ensure the request status is set even if the eventhandler triggers too slow or for some reason does not trigger
  • fixing manifest for RN73

0.19.4

17 Nov 07:29

Choose a tag to compare

Fixing wrong package name in build gradle

0.19.3

16 Nov 21:10

Choose a tag to compare

  • Prevent dirty buffer being return on ios
  • Support for RN 0.73

0.19.2

20 Oct 20:30

Choose a tag to compare

Removing the name from the manifest application section to lower likelyhood of merge conflicts during manifest merge
compability for android 14
adding missing listener methods for windows and for the new arch
Fixing imports
Fixing wrong read access to assets
Thank you for everyone who is submitting PRs! You help very much keeping the lib alive.

Test

20 Oct 20:34

Choose a tag to compare

test1

fix workflow

0.19.1: Merge pull request #288 from lilidotshi/master

17 Aug 13:29
2531333

Choose a tag to compare

0.19.0: fixes #284

04 Aug 20:31

Choose a tag to compare

iOS behaviour for content length same as under Android

Fixes for the podfile

fixing some warnings

reject promise if media store cna't write a file

0.18.4: readme fixes

22 Jul 20:06

Choose a tag to compare

  • Fixes for RN 0.72 and new arch ( thanks @billnbelll)
  • Readme fixes
  • Type fixes

0.18.3: version

13 Jun 18:21

Choose a tag to compare

Bugfixes

0.18.1

01 Jun 08:19

Choose a tag to compare

  • Rewrite of the event emittings system to address issues in iOS where events are not passed to the js side correctly leading to not set headers, status, ...
  • Adds a new option "storeInDownloads" to addAndroidDownloads to enforce the file being stored to the downlaods collections. The path set will be ignored therefor.
    The file title will be generated by title + addExt or a uuid + addExt. So make sure to set at least addExt, or a title including the file extension.