diff --git a/modules/bottom-sheet/ios/SheetView.swift b/modules/bottom-sheet/ios/SheetView.swift index 1749f89a4f..fea5814833 100644 --- a/modules/bottom-sheet/ios/SheetView.swift +++ b/modules/bottom-sheet/ios/SheetView.swift @@ -26,7 +26,7 @@ class SheetView: ExpoView, UISheetPresentationControllerDelegate { var preventExpansion = false { didSet { if #unavailable(iOS 16.0) { - preventDismiss = false + preventExpansion = false } } }