Skip to content

Commit 8bc0691

Browse files
committed
remove set method from RCTReactNativeFactory
1 parent 2b50adc commit 8bc0691

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/react-native/Libraries/AppDelegate/RCTReactNativeFactory.mm

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ - (void)startReactNativeWithModuleName:(NSString *)moduleName
9090
[window makeKeyAndVisible];
9191
}
9292

93-
#pragma mark - RCTDevMenuConfiguration
94-
95-
- (void)setDevToolsConfiguration:(RCTDevMenuConfiguration *)configuration
96-
{
97-
self.devMenuConfiguration = configuration;
98-
}
99-
10093
#pragma mark - RCTUIConfiguratorProtocol
10194

10295
- (RCTColorSpace)defaultColorSpace

0 commit comments

Comments
 (0)