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

Commit 9ed0de0

Browse files
committed
Update README.md
1 parent 0bf1ae8 commit 9ed0de0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A react-native module for fetch file/image with custom headers, supports blob re
44

55
If you're dealing with image or file server that requires an `Authorization` token in the header, or you're having problem with `fetch` API when receiving blob data, you might try this module (this is also the reason why I made this plugin).
66

7+
see [[fetch] Does fetch with blob() marshal data across the bridge?]([fetch] Does fetch with blob() marshal data across the bridge?).
8+
79
This module enables you upload/download binary data in js, see [Examples](#user-content-usage) bellow.
810

911
The source code is very simple, just an implementation of native HTTP request, supports both Android (uses awesome native library [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client])) and IOS.

0 commit comments

Comments
 (0)