You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
@@ -500,8 +498,6 @@ Headers of HTTP request, value of headers should be `stringified`, if you're upl
500
498
Body of the HTTP request, body can either be a BASE64 string, or an array contains object elements, each element have 2 required property `name`, and `data`, and 1 optional property `filename`, once `filename` is set, content in `data` property will be consider as BASE64 string that will be converted into byte array later.
501
499
When body is a base64 string , this string will be converted into byte array in native code, and the request body will be sent as `application/octet-stream`.
Connect `Media Scanner` and scan the file. see [Android Media Scanner, and Downloads App Support](#user-content-android-media-scanner-and-downloads-app-support) chapter for more information.
738
730
739
-
## Types
740
-
741
731
---
742
732
733
+
## Types
734
+
743
735
### RNFetchBlobConfig
744
736
745
737
A set of configurations that will be injected into a `fetch` method, with the following properties.
0 commit comments