diff --git a/modules/bottom-sheet/ios/SheetView.swift b/modules/bottom-sheet/ios/SheetView.swift index c4db60994c..6c223ef690 100644 --- a/modules/bottom-sheet/ios/SheetView.swift +++ b/modules/bottom-sheet/ios/SheetView.swift @@ -54,9 +54,6 @@ class SheetView: ExpoView, UISheetPresentationControllerDelegate { } private var selectedDetentIdentifier: UISheetPresentationController.Detent.Identifier? { didSet { - guard let selectedDetentIdentifier else { - return - } if selectedDetentIdentifier == .large { onSnapPointChange([ "snapPoint": 2