scrollTo
scrollTo lets you synchronously scroll to a given X or Y offset.
useScrollOffset
useScrollOffset lets you to create animations based on the offset of a scrollable component (e.g. ScrollView, FlatList, FlashList).
useAnimatedScrollHandler
useAnimatedScrollHandler is a hook that returns an event handler reference. It can be used with React Native's scrollable components.