Browse Source

Update README.md

wkh237 8 years ago
parent
commit
2611dc68e1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

4
 
4
 
5
 A project committed to make file acess and data transfer easier, efficient for React Native developers.
5
 A project committed to make file acess and data transfer easier, efficient for React Native developers.
6
 
6
 
7
+> The npm package is inside `src` folder, if you're going to install via git repository do not directly point to this folder
8
+
7
 ## Features
9
 ## Features
8
 - Transfer data directly from/to storage without BASE64 bridging
10
 - Transfer data directly from/to storage without BASE64 bridging
9
 - File API supports normal files, Asset files, and CameraRoll files
11
 - File API supports normal files, Asset files, and CameraRoll files
11
 - File stream support for dealing with large file
13
 - File stream support for dealing with large file
12
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
14
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
13
 
15
 
14
-> The npm package is inside `src` folder, if you're going to install via git repository do not directly poiint to this folder
15
-
16
 ## TOC
16
 ## TOC
17
 * [About](#user-content-about)
17
 * [About](#user-content-about)
18
 * [Installation](#user-content-installation)
18
 * [Installation](#user-content-installation)