react-native-parallax-swiper
react-native-parallax-swiper copied to clipboard
Fixed scrollTo issue
fixed scrollTo issue by replace "this.animatedScrollView._component.scrollTo" with "this.animatedScrollView.getNode().scrollTo"
Thanks @mukesh-happy! This Fixed my issue when updating from a previous version. Would be great to get this merged!
@zachgibson