mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 17:30:25 +00:00
Added missing init override to RCTRootView
This commit is contained in:
parent
fdeb6a842a
commit
e0505fe43e
@ -246,6 +246,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithCoder:(NSCoder *)aDecoder)
|
||||
return self;
|
||||
}
|
||||
|
||||
RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame:(CGRect)frame)
|
||||
RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder:(nonnull NSCoder *)aDecoder)
|
||||
|
||||
- (void)insertReactSubview:(id<RCTComponent>)subview atIndex:(NSInteger)atIndex
|
||||
|
Loading…
x
Reference in New Issue
Block a user