Skip to content

Commit

Permalink
Fix span
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Oct 29, 2018
1 parent a2645a6 commit 4c73c9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 3-react-native-internals/3.1-react-native-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,12 @@ View Managers are basically classes extended from `ViewManager` class in Android
When the app is run in `DEV` mode, the Javascript thread is spawned on the development machine. Even though the JS code is running on a more powerful machine as compared to a phone, you will soon notice that the performance is considerably lower as compared to when running in bundled mode or production mode. This is unavoidable because a lot more work is done in DEV mode at runtime to provide good warnings and error messages, such as validating propTypes and various other assertions. Furthermore, the latency of communication between the device and the JS thread also comes into play.

Link: <https://www.youtube.com/watch?v=8N4f4h6SThc> - RN android architecture
<span style="display: flex;align-items: center;justify-content: center; padding: 20px 0;">

<div style="display: flex;align-items: center;justify-content: center; padding: 20px 0;">

<iframe width="560" height="315" src="https://www.youtube.com/embed/8N4f4h6SThc" frameborder="0" allowfullscreen></iframe>
</span>

</div>

### React Native's new Architecture (Fabric)

Expand Down

0 comments on commit 4c73c9c

Please sign in to comment.