mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: The purpose of RCTRuntimeExecutorFromBridge is to create/implement RuntimeExecutor using some JS queue implemented as part of the Bridge. This diff changes the implementation of this method, specifically: Removing dispatching a sync block. This causes a deadlock with TM sometimes and should not be generally required. The implementation does not retain the Bridge anymore. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D17960236 fbshipit-source-id: 0ddea561a6884f066e483d6b0f41ddd1621df73c