[Feature Request] BottomSheet to stretch rather than slide

Author: y-nkCreated Aug 17, 2026Updated Sep 17, 2026
Labelsenhancement

Feature Request

Why it is needed

I'm trying to design a sliding bottom sheet (with snap points) with elements being at the bottom of the bottom sheet (to be easily reachable by the user). The problem is that when i add snap points, the bottom sheet renders at its maximal size and slides up rather than expand/shrink its height when moving through the snap points. This makes it impossible to put things at the bottom of the bottom sheet with snap po

Possible implementation

Probably a boolean to change snap related behavior from sliding to height stretching would be the easiest. Then i guess, implementation should rely on a universal interface with 2 adapters (StretchViewAdapter and SlideViewAdapter) with default to the current one.

Code sample

I did not push through it yet, i'm waiting for community feedback.


gorhom.dev ← testing https://github.com/gorhom/react-native-bottom-sheet/issues/2741

Source: gorhom/react-native-bottom-sheet