Skip to content

Commit

Permalink
remove unnecessary setFrame method
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Nov 15, 2023
1 parent 2e7d5b0 commit 3ef32a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ios/RNSScreen.mm
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ - (void)updateBounds
#endif
}

- (void)setFrame:(CGRect)frame
{
[super setFrame:frame];
}

- (void)setStackPresentation:(RNSScreenStackPresentation)stackPresentation
{
switch (stackPresentation) {
Expand Down

0 comments on commit 3ef32a4

Please sign in to comment.