Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid RCTUnsafeExecuteOnMainQueueSync from RCTUIManager
These calls are only needed for a temporary Fabric workaround and would result in a deadlock since we also call `RCTUnsafeExecuteOnUIManagerQueueSync` from the main thread during window resize. This is needed for now in Fabric only to call the temporary `componentViewName_DO_NOT_USE_THIS_IS_BROKEN` workaround on views, which we don't have on desktop since we're a way off from using Fabric (and hopefully this workaround will be gone then). It was originally added here facebook@ffc7ec9 At Meta we have disabled these lines since May 2021 to fix crashes in production.
- Loading branch information