Преглед на файлове

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

Ben Hsieh преди 8 години
родител
ревизия
422b308846
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      README.md

+ 1
- 0
README.md Целия файл

@@ -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)