zachgibson / react-native-parallax-swiper

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

scrollTo prop of undefined #52

Open 11AA8R4 opened 2 years ago

11AA8R4 commented 2 years ago

ParallaxSwiper.js line 58

from: this.animatedScrollView._component.scrollTo({ to: this.animatedScrollView._component?.scrollTo({

i solved the problme like this, but everytime i build the project the problem resets what to do?