This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
Releases: wkh237/react-native-fetch-blob
Releases · wkh237/react-native-fetch-blob
v0.9.4-beta.1
- Correct XMLHttpRequest implementation, which causes HTTP requests with JSON response data not work properly
v0.9.3
v0.9.2
v0.9.2-beta.6
- Fix index.js
v0.9.2-beta.5
- Fix Android upload progress which is broken in previous version
v0.9.2-beta.4
- Change Android HTTP request default transfer encoding from
chunked
togzip
which should be the same as IOS - Add warning message when sending incorrect multipart formdata
v0.9.2-beta.3
- Fix Android OkHttp dependency issue #93
v0.9.2-beta.2
- Fix #90 prevent Android app crash when form field contains empty
data
field - Change Android path resolver function
v0.9.2-beta.1
- Add Blob.slice() method implementation #89