소스 검색

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