Parcourir la source

Update README.md

wkh237 il y a 8 ans
Parent
révision
bc8099941d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README.md

+ 1
- 1
README.md Voir le fichier

@@ -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