Ely Deckers
Ely Deckers
# Progress - [x] Support TurboModules on Android - [x] Replace absolute file path from `Android.mk` with relative path - [x] Support TurboModules on iOS - [x] Keep backwards compatibility...
Originally requested in: https://github.com/edeckers/react-native-blob-courier/issues/170 # Updates *2021-06-01* - Considering building this feature off of #141, since they seem to overlap a lot - `DownloadManager` on Android does not support another...
Originally suggested by @pke in #135 Currently `react-native-blob-courier` supports multipart file uploads only, but there are situations where it is desirable to send a file to the server as a...
Currently the Blob Courier generates multipart http requests manually, which causes unnecessary complexity and bugs (#83, #86) and requires extra testing. Select an Android OkHttp-equivalent for iOS and refactor the...
There is lots of code duplication going on in the iOS test suite, especially with regard to the tests that use the embedded HTTP-server. *Todo* - [ ] Bring test...
**Describe the bug** Same issue as #158, but for download instead of upload. The provided request method (HTTP verb) is not respected on iOS. **To Reproduce** Steps to reproduce the...
Originally suggested by @pke in #136 The library is missing the support for processing data that is being transferred. **Proposed solution** - Add `.onBlock(fn: (block) => void, settings?: { blockSize:...