react-native
react-native copied to clipboard
Schedule JS revision merge on the main thread
Summary: Changelog: [General][Changed] - The JS revision merge now is scheduled on the main thread
Changes the Shadow Tree branching to schedule JS revision merge on the main thread instead of running it immediately at the end of the event loop. This will prevent shadow tree exhaustion when committing to the main branch, since all commits there will be happening on the same thread.
Differential Revision: D88736123
@j-piasecki has exported this pull request. If you are a Meta employee, you can view the originating Diff in D88736123.