diff --git a/lib/ios/RNNConvert.m b/lib/ios/RNNConvert.m index e638c42063c..4130a04ece7 100644 --- a/lib/ios/RNNConvert.m +++ b/lib/ios/RNNConvert.m @@ -6,7 +6,7 @@ + (UIModalPresentationStyle)defaultModalPresentationStyle { if (@available(iOS 13.0, *)) { return UIModalPresentationAutomatic; } else { - return UIModalPresentationOverFullScreen; + return UIModalPresentationFullScreen; } }