react-native-parallax-scroll-view icon indicating copy to clipboard operation
react-native-parallax-scroll-view copied to clipboard

scrollTo inside component doesnt work

Open cherimo opened this issue 7 years ago • 0 comments

Hey, Nice work on the react-native-parallax-scroll-view.. I have a problem with using scrollToLocation, in a normal view without react-native-parallax-scroll-view everything works fine but inside react-native-parallax-scroll-view it doesnt wanna work :

scrollToSection = (index) => {
      this.sectionList.scrollToLocation({
        animated: true,
        sectionIndex: index-1,
        itemIndex: 0,
        viewPosition: 0
      });
  };

Can somebody help me with this? ps: sorry for my english

cherimo avatar May 15 '18 20:05 cherimo