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 6da2f70 commit 72a55dcCopy full SHA for 72a55dc
lib/ios/RNNComponentRootView.m
@@ -8,6 +8,7 @@ - (instancetype)init {
8
return self;
9
}
10
11
+#ifndef RCT_NEW_ARCH_ENABLED
12
- (instancetype)initWithBridge:(RCTBridge *)bridge
13
moduleName:(NSString *)moduleName
14
initialProperties:(NSDictionary *)initialProperties
@@ -21,6 +22,7 @@ - (instancetype)initWithBridge:(RCTBridge *)bridge
21
22
[bridge.uiManager setAvailableSize:UIScreen.mainScreen.bounds.size forRootView:self];
23
24
25
+#endif
26
27
- (NSString *)componentType {
28
return ComponentTypeScreen;
0 commit comments