A framework for building native applications using React
Schedule JS revision merge on the main thread (#54837)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54837 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. Reviewed By: javache, rubennorte Differential Revision: D88736123 fbshipit-source-id: da9fc04bc80bd76749768fd3bfdbaa6a9c9ac368
J
Jakub Piasecki committed
47e5e6c3945b97fd64b9dd0465a30b42259d6157
Parent: 45b4817
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 2/16/2026, 9:32:50 AM