Questions
Tags
Maintaining the position of the scroll?
How to save scroll position and then restore after rejoining.
React Native
Eulalia79
asked
April 19th 20 at 12:29
Related questions
1
Roadmap or similar scheme for technology?
1
How to make an animation of the drawing path?
1
How to safely configure a mikrotik rb2011 as a media Converter?
1
Is it possible to install macOS backup from MacBook to iMac?
1
How to make a comparison of the reference standard?
1
How to disable logs webpack?
1
Mobile app how it works?
0
How to pump a remote thread if the loss of connection?
More answers about
"Maintaining the position of the scroll?"
1
answer
Darron
answered on
April 19th 20 at 12:31
Solution
I think you need to take a method
https://reactnative.dev/docs/scrollview#onscroll
and keep the scroll value and then use the function
https://reactnative.dev/docs/scrollview#scrollto
to scroll in the desired position
Find more questions by tags
React Native