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); }}
2.1m questions
2.1m answers
60 comments
57.0k users