Skip to content

Releases: RonRadtke/react-native-blob-util

0.14.0: Update:

05 Feb 21:17

Choose a tag to compare

New features:

Support for Android Media Store (Android > 9)

Adds support to save files to the media store, but also to copy files to the internal storage to be able to use them for further processing (e.g. sending to a server)
Wiki link: https://github.com/RonRadtke/react-native-blob-util/wiki/MediaStore

Fixes:

  • Fixing a lot of links in the docu and the wiki
  • Fixing issues with string conversation due by enforcing root local

0.13.18

11 Dec 07:53

Choose a tag to compare

  • Fix: types for df
  • Fix: android file scheme
  • Fix: error if dirs did not exist
  • Fix: iOS upload with file// prefix

0.13.17: version update

15 Nov 12:09

Choose a tag to compare

Fixes:

  • Issues when building with RN 0.66.1
  • Issues on Android 11 when trying to open a file

0.13.16: version update

29 Sep 12:45

Choose a tag to compare

Fixes:

  • Deprecations for gradle 7
  • Interceptor now closing previous requests if necessary

0.13.15: Update:

23 Sep 08:47

Choose a tag to compare

  • Removing okhttp3 from dependecy list to prevent problems with the update to RN 0.66. RN removed jcenter from the standard repositories.

0.13.14: Update:

31 Aug 06:50

Choose a tag to compare

  • Fixing problems in the import statements caused by the import cycle fix

0.13.13: Update:

29 Aug 08:32

Choose a tag to compare

  • Fixing an issue with streaming files in combination with UTF-8 encoding
  • Fixing import cycles

0.13.12

05 Aug 09:24

Choose a tag to compare

  • Fixing issues with the npm ignore
  • Fixing issues with wrong import statements

0.13.10

07 Jul 16:58

Choose a tag to compare

  • Fixes some networking problems for iOS release mode
  • Adds a check if file was written correctly on iOS
  • Improvements to Android mv() method to not duplicate the file anymore

0.13.9

29 Jun 11:08

Choose a tag to compare

Fixing some problems in the windows implementation due to wrong / forgotten renaming