Ely Deckers

Results 19 issues of 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...

enhancement

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...

enhancement
iOS
Android

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...

enhancement
hacktoberfest
iOS
Android

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...

enhancement
help wanted
good first issue
question
hacktoberfest
iOS

enhancement
good first issue
hacktoberfest
iOS
Android

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...

enhancement
good first issue
hacktoberfest
iOS

**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...

bug
good first issue
hacktoberfest
iOS

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:...

enhancement
iOS
Android