mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
c6240c7441
Summary: Fixes #2464 After the bridge parallelisation of the bridge initialisation the executors were being `setUp` in a background thread, and the `RCTWebViewExecutor` was crashing when creating a `UIWebView` out of the main thread. Wrap the `UIWebView` creation in a call to the main thread.