How to get scroll delta / y offset of content in BottomSheetScrollView? #623
Unanswered
VityaSchel
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hey @VityaSchel, were you able to make this work? Even I am trying to track scroll, to trigger scroll based animations. Is there a way to do it? |
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
-
I want to track scrolling of
<BottomSheetScrollView>
and change its content accordingly. I tried propsonScroll
,onMomentumScrollEnd
as callbacks,contentOffset
as shared value, but none of them seems to work. Is there a way to accomplish my goal?Beta Was this translation helpful? Give feedback.
All reactions