react-native-parallax-swiper icon indicating copy to clipboard operation
react-native-parallax-swiper copied to clipboard

Fixed scrollTo issue

Open heyms opened this issue 4 years ago • 2 comments

fixed scrollTo issue by replace "this.animatedScrollView._component.scrollTo" with "this.animatedScrollView.getNode().scrollTo"

heyms avatar Aug 07 '20 19:08 heyms

Thanks @mukesh-happy! This Fixed my issue when updating from a previous version. Would be great to get this merged!

nickmccomb avatar Sep 18 '20 07:09 nickmccomb

@zachgibson

alexandrecoura96 avatar Oct 21 '21 16:10 alexandrecoura96