From 6562324e4c33bd6c3fcd132a375bec48c81223ab Mon Sep 17 00:00:00 2001 From: Ben Nham Date: Thu, 7 Sep 2017 04:40:23 -0700 Subject: [PATCH] fix RN app not connecting to dev server helper Reviewed By: Hypuk Differential Revision: D5784299 fbshipit-source-id: 3758db89283830b4c8fd49aadfbeb5fac90ee806 --- React/Modules/RCTDevSettings.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/Modules/RCTDevSettings.mm b/React/Modules/RCTDevSettings.mm index b36bdecd0..8e8386ff0 100644 --- a/React/Modules/RCTDevSettings.mm +++ b/React/Modules/RCTDevSettings.mm @@ -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