react-native/React/Executors
Tadeu Zagallo c6240c7441 [ReactNative] Ensure WebViewExecutor's webview is created on the main thread
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.
2015-09-01 05:16:43 -08:00
..
RCTContextExecutor.h [ReactNative] Make so each RCTContextExecutor has its own thread 2015-04-27 03:46:27 -08:00
RCTContextExecutor.m [reactnative] send platform arg with all packager requests 2015-08-29 06:36:18 -08:00
RCTWebViewExecutor.h Removed debug code from release builds 2015-04-21 09:47:21 -08:00
RCTWebViewExecutor.m [ReactNative] Ensure WebViewExecutor's webview is created on the main thread 2015-09-01 05:16:43 -08:00