-
scrollTo, useScrollViewOffset, useAnimatedScrollHandler are currently supported functions to handle scroll view. As far as I know, none of these can be used to initialize the scroll offset and animate it with Reanimated way. I'm looking for a prop like |
Beta Was this translation helpful? Give feedback.
Answered by
MatiPl01
Jun 12, 2025
Replies: 1 comment 2 replies
-
No, there is not such a function. To change the scroll offset you have to use the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bglgwyng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there is not such a function. To change the scroll offset you have to use the
scrollTo
function from the worklet function (e.g. inuseAnimatedReaction
callback).