Browse Source

Merge branch '0.10.0' of github.com:wkh237/react-native-fetch-blob into 0.10.0

Ben Hsieh 7 years ago
parent
commit
422b308846
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -12,6 +12,7 @@ A project committed to make file acess and data transfer easier, efficient for R
12 12
 - Native-to-native file manipulation API, reduce JS bridging performance loss
13 13
 - File stream support for dealing with large file
14 14
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
15
+- JSON stream supported base on [Oboe.js@jimhigson](https://github.com/jimhigson/oboe.js/)
15 16
 
16 17
 ## TOC
17 18
 * [About](#user-content-about)