Skip to content

Commit

Permalink
sync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Feb 13, 2024
1 parent 9240f9b commit a3be3d7
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ - (void)loadView
[_touchHandler attachToView:self.view];
}

#if !TARGET_OS_VISION
- (UIStatusBarStyle)preferredStatusBarStyle
{
return [RCTUIStatusBarManager() statusBarStyle];
Expand All @@ -54,7 +53,6 @@ - (void)viewDidDisappear:(BOOL)animated
_lastViewBounds = CGRectZero;
}

#if !TARGET_OS_VISION
- (BOOL)prefersStatusBarHidden
{
return [RCTUIStatusBarManager() isStatusBarHidden];
Expand Down
Loading

0 comments on commit a3be3d7

Please sign in to comment.