[@expo/ui/swiftui] Add ability to bind selected presentationDetent
icodesign
Currently SwiftUI BottomSheet only supports presentationDetents modifier with detents.
SwiftUI also supports passing a binding to change detent or get notified when detent changes.
func presentationDetents(
_ detents: Set<PresentationDetent>,
selection: Binding<PresentationDetent>
) -> some View