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.10.2-beta.6
v0.10.2-beta.5
v0.10.2-beta.4
- Fix #223 prelink script and IOS import statement
v0.10.2-beta.2
- Add prelink script for compatible to RN 0.40+ project #223 (NOT WORKING)
v0.10.1
- Fix #174 Android SDCardDir undefined issue
- Fix #210
- Fix #206 Android app crash when
fs.lstat
got anul
l orundefined
argument - Fix #187 EventTarget issue @sprmn #194 , which makes Firebase 3.5.3+ works inproperly
- Add missing quotes to Android multipart/form-data attributes @hhravn #185
- Improve Blob polyfill memory efficiency 49a0b8d
- Fix
Blob.slice
potential error when blob cache folder is not exist #180 @kenmaca
v0.10.1-beta.3
v0.10.1-beta.2
v0.10.1-beta.1
v0.10.0
Features
- Add JSON stream support
- Add new option
overwrite
to fetch.config #173 - Add Android SDCardDir constant #174
- Add callback when Android actionViewIntent view is dismissed #165
- Add StatefulPromise.expire to IOS, so that expired network task can be handled #115
- Add fs constant MainBundleDir #138
- Add fs.df API for getting storage usage #162
- Add support for PATCH request @cosmith #147
- Add IOS UIDocumentInteractionController API for preview files #108