diff --git a/React/Base/RCTRootView.m b/React/Base/RCTRootView.m index 24cfe8417101bd..45624efdcc1e8a 100644 --- a/React/Base/RCTRootView.m +++ b/React/Base/RCTRootView.m @@ -149,7 +149,7 @@ - (void)layoutSubviews [super layoutSubviews]; if (_contentView) { _contentView.frame = self.bounds; - [_bridge.uiManager setFrame:self.frame forRootView:_contentView]; + [_bridge.uiManager setFrame:self.bounds forRootView:_contentView]; } }