fix RN app not connecting to dev server helper
Reviewed By: Hypuk Differential Revision: D5784299 fbshipit-source-id: 3758db89283830b4c8fd49aadfbeb5fac90ee806
This commit is contained in:
parent
33bbfb7125
commit
6562324e4c
|
@ -169,7 +169,7 @@ RCT_EXPORT_MODULE()
|
||||||
_bridge = bridge;
|
_bridge = bridge;
|
||||||
[self _configurePackagerConnection];
|
[self _configurePackagerConnection];
|
||||||
|
|
||||||
#if ENABLE_INSPECTOR
|
#if RCT_ENABLE_INSPECTOR
|
||||||
// we need this dispatch back to the main thread because even though this
|
// we need this dispatch back to the main thread because even though this
|
||||||
// is executed on the main thread, at this point the bridge is not yet
|
// is executed on the main thread, at this point the bridge is not yet
|
||||||
// finished with its initialisation. But it does finish by the time it
|
// finished with its initialisation. But it does finish by the time it
|
||||||
|
|
Loading…
Reference in New Issue