When the bottom sheet reaches its maximum detent, would it be possible for a continuous upward scroll gesture to be handed off to nested scrollable content? Currently, the BottomSheet appears to continue handling the upward gesture after it is fully expanded (onPositionChange fires with the same value multiple times).
I can provide a screen capture if necessary but I'm just looking at how Apple handles this in some of its own apps.
The sheet will transfer the gesture to the nested scroll view and allow it to start scrolling in a single pan gesture, as opposed to one gesture that moves the sheet to its top position, then another gesture to start scrolling the nested content.
Let me know if a screen capture would help, but the basis of this request mostly comes from using the sheet component in Apple's native apps.
Thank you for taking the initiative for providing a native bottom sheet for React Native apps!
When the bottom sheet reaches its maximum detent, would it be possible for a continuous upward scroll gesture to be handed off to nested scrollable content? Currently, the
BottomSheetappears to continue handling the upward gesture after it is fully expanded (onPositionChangefires with the same value multiple times).I can provide a screen capture if necessary but I'm just looking at how Apple handles this in some of its own apps.
The sheet will transfer the gesture to the nested scroll view and allow it to start scrolling in a single pan gesture, as opposed to one gesture that moves the sheet to its top position, then another gesture to start scrolling the nested content.
Let me know if a screen capture would help, but the basis of this request mostly comes from using the sheet component in Apple's native apps.
Thank you for taking the initiative for providing a native bottom sheet for React Native apps!