react-native-parallax-scroll-view
react-native-parallax-scroll-view copied to clipboard
scrollTo inside component doesnt work
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