瀏覽代碼

Merge branch 'master' into 0.9.1

Ben Hsieh 8 年之前
父節點
當前提交
cfee391a8f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

@@ -1,5 +1,6 @@
1 1
 # react-native-fetch-blob [![release](https://img.shields.io/github/release/wkh237/react-native-fetch-blob.svg?style=flat-square)](https://github.com/wkh237/react-native-fetch-blob/releases) [![npm](https://img.shields.io/npm/v/react-native-fetch-blob.svg?style=flat-square)](https://www.npmjs.com/package/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg?style=flat-square) [![npm](https://img.shields.io/npm/l/react-native-fetch-blob.svg?maxAge=2592000&style=flat-square)]()
2 2
 
3
+
3 4
 A project committed to make file acess and data transfer easier, effiecient for React Native developers.
4 5
 
5 6
 ## Features
@@ -9,6 +10,7 @@ A project committed to make file acess and data transfer easier, effiecient for
9 10
 - File stream support for dealing with large file
10 11
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
11 12
 
13
+> The npm package is inside `src` folder, this is development folder
12 14
 
13 15
 ## TOC
14 16
 * [About](#user-content-about)