Skip to content

Releases: RonRadtke/react-native-blob-util

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

0.19.3

16 Nov 21:10
Compare
Choose a tag to compare
  • Prevent dirty buffer being return on ios
  • Support for RN 0.73

0.19.2

20 Oct 20:30
Compare
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.