Is there a way to scroll to the top of a ScrollView in response to a button press?
ScrollView
I can force a re-render of the whole page but that seems very inefficient.
render
ref
<ScrollView ref='_scrollView'>
onPress={() => { this.refs._scrollView.scrollTo(0); }}
1.4m articles
1.4m replys
5 comments
57.0k users