Browse Source

Update README.md

wkh237 8 years ago
parent
commit
188629e39d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -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 Overhead and BASE64 Time**
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