react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
Correct way to move scrollview back to initial position?
If I'm loading in new data to the bottom sheet, how to I make sure that the position of the container, after having been scrolled, resets to its initial position?

Hi @pdugan20! I'm curious, did you ever end up finding a solution for this? I'm encountering a similar need as this and curious if you found an approach that works. Thanks much!
I ended up going with a fixed height sheet and didn't need to solve for this, but I'd guess there's a way to get a ref to the ScrollView and use scrollTo or scrollToOffset?