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
-
Beta Was this translation helpful? Give feedback.
0 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
Uh oh!
There was an error while loading. Please reload this page.
-
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