From e0505fe43ee92ba51a4d641fce63bd73b597910c Mon Sep 17 00:00:00 2001 From: Nick Lockwood Date: Thu, 3 Sep 2015 12:57:09 -0700 Subject: [PATCH] Added missing init override to RCTRootView --- React/Base/RCTRootView.m | 1 + 1 file changed, 1 insertion(+) 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