Is it possible to disable all gesture handling from the truesheet and make it static? #246
-
|
Running into a bit of a weird issue as I have started implementing a couple of animations with Rive and the Rive animation breaks if i move up or down as the Truesheet bounces a little bit even with dismissible set to false, as is the native behaviour on iOS when you overscroll. I tried setting up the react native gesture handler to catch and block all gestures from being handled by the truesheet but without success as it still registered the upwards and downwards movements as an attempt to scroll, resulting once again in the overscroll. As far as I understand this behaviour comes from the native iOS bottom sheet component itself, so would there be a way to make it completely static and only the grabber at the top serve as a way to dismiss it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
@KristijanKocev make sense to add this as a prop. Android support this natively as well. Note that on IOS 26, there's still a tiny animation on the new liquid glass sheet, nothing we can do about it unfortunately. |
Beta Was this translation helpful? Give feedback.
@KristijanKocev make sense to add this as a prop. Android support this natively as well.
here you go: #249
Note that on IOS 26, there's still a tiny animation on the new liquid glass sheet, nothing we can do about it unfortunately.