We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1f89f commit b5cffd9Copy full SHA for b5cffd9
React/Views/RCTModalHostViewController.m
@@ -24,11 +24,7 @@ - (instancetype)init
24
if (!(self = [super init])) {
25
return nil;
26
}
27
-
28
- if (@available(iOS 13.0, *)) {
29
- self.modalInPresentation = YES;
30
- }
31
+
32
#if !TARGET_OS_TV
33
_preferredStatusBarStyle = [RCTSharedApplication() statusBarStyle];
34
_preferredStatusBarHidden = [RCTSharedApplication() isStatusBarHidden];
0 commit comments