Hey there, thanks for this library, it has been very useful!
I came across an issue that this PR attempts to fix. I wanted to use the stackBehavior option but it is added by BottomSheetModalProps. Since this library's BottomSheetView component does use the BottomSheetModal abstraction from @gorhom/bottom-sheet, I believe this library's props should also inherit the same props.
Hey there, thanks for this library, it has been very useful!
I came across an issue that this PR attempts to fix. I wanted to use the
stackBehavior
option but it is added byBottomSheetModalProps
. Since this library'sBottomSheetView
component does use theBottomSheetModal
abstraction from@gorhom/bottom-sheet
, I believe this library's props should also inherit the same props.I think this might also fix this issue:
Thank you!