gusgard / react-native-swiper-flatlist

👆 Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: How do I manually change the index?

AndreiSager opened this issue · comments

  ```
  const carouselRef = useRef(null) as any;
  ...
  <SwiperFlatList
     ref={carouselRef}       
   ...
  carouselRef?.current?.scrollToIndex({ 2, animated: false });