diff --git a/ios/RNSScreen.mm b/ios/RNSScreen.mm index 20a1f93854..740d48c738 100644 --- a/ios/RNSScreen.mm +++ b/ios/RNSScreen.mm @@ -117,11 +117,6 @@ - (void)updateBounds #endif } -- (void)setFrame:(CGRect)frame -{ - [super setFrame:frame]; -} - - (void)setStackPresentation:(RNSScreenStackPresentation)stackPresentation { switch (stackPresentation) {