Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 188629e

Browse files
authored
Update README.md
1 parent 45ddccc commit 188629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ After `0.8.0` we've made some [Web API polyfills](https://github.com/wkh237/reac
654654

655655
---
656656

657-
**Reduce RCT Bridge Overhead and BASE64 Time**
657+
**Reduce RCT Bridge and BASE64 Overheard **
658658

659659
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.
660660

0 commit comments

Comments
 (0)