mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-06 22:38:37 +08:00
fix RN app not connecting to dev server helper
Reviewed By: Hypuk Differential Revision: D5784299 fbshipit-source-id: 3758db89283830b4c8fd49aadfbeb5fac90ee806
This commit is contained in:
committed by
Facebook Github Bot
parent
33bbfb7125
commit
6562324e4c
@@ -169,7 +169,7 @@ RCT_EXPORT_MODULE()
|
||||
_bridge = bridge;
|
||||
[self _configurePackagerConnection];
|
||||
|
||||
#if ENABLE_INSPECTOR
|
||||
#if RCT_ENABLE_INSPECTOR
|
||||
// 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
|
||||
// finished with its initialisation. But it does finish by the time it
|
||||
|
||||
Reference in New Issue
Block a user