Releases: wkh237/react-native-fetch-blob
Releases · wkh237/react-native-fetch-blob
v0.7.3
- Fix Android OkHttp gradle dependency
v0.7.2
- Fix a bug which may cause
fetch().cancel
not working
v0.7.1
- Fix #57 a bug which prevent this package to be compiled on IOS < 9.3
v0.7.0
- Add support of Android upload progress
- Remove AsyncHttpClient dependency, Android HTTP implementations now use the same version as RN.
- Add
cancel
API to fetch
v0.6.4
- Fix rnpm installation script #53
v0.6.3
- Fix #48 increase concurrent HTTP request limit on IOS
v0.6.2
- Add support for access files from assets and camera roll, See #43 #45
- Add support for custom MIME type when sending multipart/form-data #47 , thanks to @smartt !!
- Fix upload progress number bug on IOS
v0.6.1
- Fix #37 .progress() not working on IOS
v0.6.0
- Add
readFile
and writeFile
API
- Add Android Download Manager support