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