瀏覽代碼

Update README.md

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

+ 1
- 1
README.md 查看文件

@@ -654,7 +654,7 @@ After `0.8.0` we've made some [Web API polyfills](https://github.com/wkh237/reac
654 654
 
655 655
 ---
656 656
 
657
-**Reduce RCT Bridge and BASE64 Overheard **
657
+**Reduce RCT Bridge and BASE64 Overheard**
658 658
 
659 659
 React Native connects JS and Native context by passing JSON through React bridge, therefore there will be an overhead to convert data before they sent. When data is large, this will be quite a performance impact to your app, it's recommended to use file storage instead of BASE64 if possible. The following chart shows how much faster when loading data from storage than BASE64 encoded string on iphone 6.
660 660