undefined is not an object (evaluating '_this3.scrollViewRef.current._component.scrollTo')
Closed this issue · 0 comments
Anyasya commented
in actual version you have a error.
you need change
ref={this.scrollViewRef}
to
ref={scrollView => this.scrollView = scrollView}