mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
Fix typo in RCTDevSettings.mm
Reviewed By: javache Differential Revision: D5517560 fbshipit-source-id: c679ab8b209b37053574a235110d3f4de87c8868
This commit is contained in:
parent
42f7b9e717
commit
99414e9af6
@ -42,7 +42,7 @@ static NSString *const kRCTDevSettingsUserDefaultsKey = @"RCTDevMenu";
|
||||
#import "RCTPackagerConnection.h"
|
||||
#endif
|
||||
|
||||
#define ENABLE_INSPECTOR RCT_DEV && __has_include("RCTInspectorDevServerHelper")
|
||||
#define ENABLE_INSPECTOR RCT_DEV && __has_include("RCTInspectorDevServerHelper.h")
|
||||
|
||||
#if ENABLE_INSPECTOR
|
||||
#import "RCTInspectorDevServerHelper.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user