bamlab / react-native-image-header-scroll-view

ScrollView with an image in header which becomes a navbar
MIT License
990 stars 94 forks source link

ScrollToTop #96

Closed carlosmorcerf closed 3 years ago

carlosmorcerf commented 3 years ago

how do I create a button with the "scrollToTop ()" type function?

natioskar commented 3 years ago

Just pass ref to the HeaderImageScrollView

and on button click -


scrollViewRef.current.scrollTo({ y: 0, animated: true });