Added missing init override to RCTRootView

This commit is contained in:
Nick Lockwood 2015-09-03 12:57:09 -07:00
parent fdeb6a842a
commit e0505fe43e
1 changed files with 1 additions and 0 deletions

View File

@ -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