Skip to content

Releases: RonRadtke/react-native-blob-util

0.21.2

18 Dec 10:13
Compare
Choose a tag to compare
  • Due to a bug in the cli autolinking did not discover the lib anymore. That's fixed by the comment added. This tricks autolinking into discovering the lib again

0.21.1

13 Dec 21:24
Compare
Choose a tag to compare
  • Updating native side on Android to ensure combability with future RN Releases
  • Typing improvements

0.19.11

22 Jul 21:18
Compare
Choose a tag to compare
  • fixing wifi_only on ios
  • fixing a compability issue for old react-native versions (<0.71) introduced by an update for 0.73. This fix will issue a warning for react-native >=0.73. We will address that in a later release by increasing the minimum react version. But for now you will have to accept the warning due to backwards compability

0.19.10

21 Jul 19:05
Compare
Choose a tag to compare

Background Downloads for iOS

Fixing memory issues

Update Readme for a kotlin example

Fixing int overflow on android

Fixing ASCII might falling back to UTF8

0.19.9

14 Apr 20:01
Compare
Choose a tag to compare
  • PrivacyManifest for iOS
  • support content uri for several functions on Android, including write file
  • removes redundant proguard import

0.19.8: fixes #321

26 Feb 20:23
Compare
Choose a tag to compare

Fixing a bug where the repsone Info might not be set correctly (hopefully)

0.19.7: Merge pull request #328 from ingridwang/master

13 Feb 20:09
070ce10
Compare
Choose a tag to compare

0.19.6

04 Dec 19:57
Compare
Choose a tag to compare
  • fixing an error in ios

0.19.5: version

04 Dec 12:50
Compare
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
Compare
Choose a tag to compare

Fixing wrong package name in build gradle