-
Hi! It doesn't seem like there is a straightforward way to scroll to the end of a scrollview container when using an animatedRef, as this gets rid of the Are there any examples of how to do this whenever the length of the animated scrollview changes? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
MatiPl01
Jul 29, 2024
Replies: 1 comment
-
Hey! You can simply use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MatiPl01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
You can simply use
scrollTo(aref, 0, Infinity, animated)
. Just pass anInfinity
as the scroll offset and it will scroll to the end of your scrollable.