martenhc / react-native-zoom-scroll

RN ZoomScroll Component: Scrolling list of zoomable images, which can be scrolled while zoomed in.
1 stars 0 forks source link

Set the current image index #1

Open shinekumar opened 6 years ago

shinekumar commented 6 years ago

Hi,

Is there a way to set the current image?

martenhc commented 6 years ago

Hello shinekumar. Currently FlatList, which is the component used as scrolling list, doesn't have an option to set the starting index. So no, there is no way to set this at the moment in react-native-zoom-scroll. I guess it could be accomplished with FlatList's scrollToIndex method though.