mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
24a7f4bf98
Summary: When we initialize RCTDevLoadingView, we dispatch_sync to the main thread. There isn't anything in the NativeModule that requires us to initialize it on the main thread. So, this diff toggles requiresMainQueueSetup to NO. This should mitigate this prefetch-related deadlock: T90970812. Please read the task comments for the rationale. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D28490715 fbshipit-source-id: 7efceb392ec9e0cabe7f7cd8867cf4b07f8fff19