diff --git a/RCTVideo.m b/RCTVideo.m index a57f67d9..f8d920f9 100644 --- a/RCTVideo.m +++ b/RCTVideo.m @@ -443,7 +443,7 @@ static NSString *const playbackBufferEmptyKeyPath = @"playbackBufferEmpty"; [self usePlayerViewController]; } // Set presentation style to fullscreen - [_playerViewController setModalPresentationStyle:UIModalPresentationOverFullScreen]; + [_playerViewController setModalPresentationStyle:UIModalPresentationFullScreen]; // Find the nearest view controller UIViewController *viewController = [self firstAvailableUIViewController];