Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

ios upload image should cut the charset=utf-8 in http request header #711

Open
wants to merge 283 commits into
base: 0.10.9
Choose a base branch
from

Conversation

Tim-Burbank
Copy link

Thank you for making a pull request ! Just a gentle reminder :)

  1. If the PR is offering a feature please make the request to our "Feature Branch" 0.11.0
  2. Bug fix request to "Bug Fix Branch" 0.10.9
  3. Correct README.md can directly to master

Traviskn and others added 30 commits March 22, 2018 17:21
Implement `requiresMainQueueSetup`, fixes #553
Inform linter that we're handling android api versions correctly
Synchronized tables, separated requests and network logic and other...
RN > 0.49 requires to implement requiresMainQueueSetup.
this fix and suppress that yellow box warning

```
Module RNFetchBlob requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
```
Update README with proper status code handling
Fix typo: "Status" instead of "Statu"
Bug Fix: getExternalFilesDir null check
There are a million issues around people having issues with automatically linking and having a link to manual instructions would address a lot of these up front. This also follows the instructions pattern of most react native modules.
Add manual linking instructions
someok and others added 30 commits September 22, 2020 20:07
use lodash/reduce replace lodash import
Fix addAndroidDownloads for paths containing %
Remove iOS7 polyfill for containsString
Resolve #722 "iOS Release network requests not completing"
[Android] Fix actionViewIntent for SDK < 24
Added support for Android API 29 and API 30
Fix compatibility with 0.69.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet