mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix link to main doc in Event Loop documentation (#50650)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50650 Changelog: [internal] just a fix in the docs Reviewed By: rshest Differential Revision: D72855852 fbshipit-source-id: 3919b71861c1a803df755d1917df5bf29fb39462
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c8cbf7f813
commit
1ac682ca83
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Event Loop
|
||||
|
||||
- [Main doc](../__docs__/README.md)
|
||||
- [Main doc](../../../../../../../__docs__/README.md)
|
||||
|
||||
The Event Loop is the formalization of the execution model for JavaScript in
|
||||
React Native, and how that model synchronizes with rendering work in the host
|
||||
|
||||
Reference in New Issue
Block a user