fix RN app not connecting to dev server helper

Reviewed By: Hypuk

Differential Revision: D5784299

fbshipit-source-id: 3758db89283830b4c8fd49aadfbeb5fac90ee806
This commit is contained in:
Ben Nham 2017-09-07 04:40:23 -07:00 committed by Facebook Github Bot
parent 33bbfb7125
commit 6562324e4c
1 changed files with 1 additions and 1 deletions

View File

@ -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