scrollTo inside component doesnt work
cherimo opened this issue · 0 comments
cherimo commented
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