wkh237 пре 8 година
родитељ
комит
2f5961ba08
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      README.md

+ 1
- 1
README.md Прегледај датотеку

@@ -7,7 +7,7 @@ A project committed to make file acess and data transfer easier, effiecient for
7 7
 - File API supports normal files, Asset files, and CameraRoll files
8 8
 - Native-to-native file manipulation API, reduce JS bridging performance loss
9 9
 - File stream support for dealing with large file
10
-- Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN
10
+- Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
11 11
 
12 12
 ## TOC
13 13
 * [About](#user-content-about)