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

Commit 69c6b56

Browse files
authored
Update README.md
1 parent 51e5466 commit 69c6b56

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
@@ -664,7 +664,7 @@ React Native connects JS and Native context by passing JSON through RCT bridge,
664664

665665
Due to the [lack of typed array implementation in JavascriptCore, and limitation of React Native structure](https://github.com/facebook/react-native/issues/1424), to convert data to JS byte array spends lot of time. Use it only when needed, the following chart shows how much time it takes when reading a file with different encoding.
666666

667-
<img src="img/performance_encode.png" style="width : 100%"/>
667+
<img src="img/performance_encoding.png" style="width : 100%"/>
668668

669669
## Changes
670670

0 commit comments

Comments
 (0)