Closed Vani-gurnani closed 8 years ago
this.refs.scrollView.scrollTo(0,activePage * width);
to this.refs.scrollView.scrollTo({x:0,y:activePage * width,animated:true});
This should be fixed now.
this.refs.scrollView.scrollTo(0,activePage * width);
to this.refs.scrollView.scrollTo({x:0,y:activePage * width,animated:true});