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

While given scroll to index it is not scroll to 11 it only scroll to 10 when there is 15 data or more

Ram200231 opened this issue · comments

React Native version:

Steps To Reproduce

Describe what you expected to happen:

Snack, code example, screenshot, or link to a repository:

the scroll is 0 indexed. Meaning your first item is item 0, your second is item 1 etc. Like with arrays in javascript.

Should be fixed in 3.2.4