diff --git a/React/Base/RCTRootView.m b/React/Base/RCTRootView.m index 930aaa13c..400842288 100644 --- a/React/Base/RCTRootView.m +++ b/React/Base/RCTRootView.m @@ -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)subview atIndex:(NSInteger)atIndex