Skip to content

Commit

Permalink
Extra changes for 0.73-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Jan 28, 2024
1 parent 7243805 commit 9fbb52a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-native/React/Views/RCTWrapperViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ - (instancetype)initWithContentView:(UIView *)contentView

if ((self = [super initWithNibName:nil bundle:nil])) {
_contentView = contentView;
#if TARGET_OS_IOS // [visionOS]
self.automaticallyAdjustsScrollViewInsets = NO;
#endif // [visionOS]
}
return self;
}
Expand Down

0 comments on commit 9fbb52a

Please sign in to comment.