satya164
in progress
Greg Westneat
This might be one of those things that everyone else knows already but, in case anyone else gets confused, I guess "BottomSheet" isn't an official designation within UIKit.
>Apple treats a bottom sheet as another size of sheet presentation
>Set the size of the sheet. .medium() is the size you want to present a bottom sheet style presentation.
I think technically React Navigation already supports iOS Sheets (partially) -- this would be augmenting that to accommodate "detents" (snap points)
Nice that there's prior art!
Jon Stuebe
I'd love is this could possibly be natively implemented (similar to the native stack). This is core part of the guidelines for iOS apps and would be great if it was part of react-navigation as well
Jeremias Araujo
I think something like BottomSheetModal would be great, like the one in this library: https://gorhom.github.io/react-native-bottom-sheet/modal