We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b50adc commit 8bc0691Copy full SHA for 8bc0691
packages/react-native/Libraries/AppDelegate/RCTReactNativeFactory.mm
@@ -90,13 +90,6 @@ - (void)startReactNativeWithModuleName:(NSString *)moduleName
90
[window makeKeyAndVisible];
91
}
92
93
-#pragma mark - RCTDevMenuConfiguration
94
-
95
-- (void)setDevToolsConfiguration:(RCTDevMenuConfiguration *)configuration
96
-{
97
- self.devMenuConfiguration = configuration;
98
-}
99
100
#pragma mark - RCTUIConfiguratorProtocol
101
102
- (RCTColorSpace)defaultColorSpace
0 commit comments