zachgibson / react-native-parallax-swiper

Paged Parallax Swiper with Effects
MIT License
623 stars 76 forks source link

Fixed scrollTo issue #47

Open heyms opened 4 years ago

heyms commented 4 years ago

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

nickmccomb commented 3 years ago

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

alexandrecoura96 commented 2 years ago

@zachgibson