diff --git a/React/Base/RCTRootView.m b/React/Base/RCTRootView.m index 66b844f47..6d8059158 100644 --- a/React/Base/RCTRootView.m +++ b/React/Base/RCTRootView.m @@ -260,7 +260,6 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithCoder:(NSCoder *)aDecoder) if ((self = [super initWithFrame:frame])) { _bridge = bridge; [self setUp]; - self.frame = frame; self.layer.backgroundColor = NULL; } return self;