Skip to content

Releases: Vydia/react-native-background-upload

Fix potential out of memory error

08 May 18:00
Compare
Choose a tag to compare

A crash can occur in Android with OutOfMemoryException. This release avoids that by using the recommended HTTP library: https://github.com/gotev/android-upload-service/wiki/Setup#use-custom-http-stack

Package name change

08 May 18:53
Compare
Choose a tag to compare

Two big things happened in version 2.0. First, the Android package name had to be changed, as it conflicted with our own internal app. My bad. Second, we updated the android upload service dependency to the latest, but that requires the app have a compileSdkVersion and targetSdkVersion or 25.

Upgrade instructions in README

RN 0.40 integration error + iOS responseBody

27 Apr 18:49
Compare
Choose a tag to compare

Custom upload ID

09 Feb 03:24
Compare
Choose a tag to compare

Thanks to @rkretzschmar in PR #6, we have a custom upload ID field.

v0.1.0

24 Jan 16:17
Compare
Choose a tag to compare

New 'method' param allows you to customize HTTP method. PRs to fix events firing after reload.