Replies: 1 comment 2 replies
-
@Arilith Did you found any solution? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Currently I've got a map visible behind (above) my bottom sheet, and what I'd like is that it dynamically scales when dragging the bottom sheet up (or down)
Currently I've just set it so that when the sheet opens to a new snap point, the height of the map is changed. However, this doesn't look that smooth as it dynamically resizing on drag. Is there any way to implement this?
I've found
useGestureEventsHandlersDefault
, andgestureEventsHandlersHook
, but I would have no clue how to implement that. I'm quite new to react native, so this could be very easy 😅Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions