Closed daghass closed 4 years ago
@daghass Seems it out of bounds exception. Is data getting changed on tab change? It's hard to guess whats the issue with the screenshot. It would be great if you could share sample code of link to the repo to reproduce the issue.
I have the same problem
<FlatListSlider
data={images}
imageKey={'banner'}
local
width={90}
height={60}
indicator={false}
/>
I am also getting the same error, this is because of changing num of columns in numColumns
prop on the go. Flatlist don't support this numColumns should be constant
@ManalLiaquat @daghass @hbittar I was able to reproduce the issue and it occurs when loop={false}. Working on it now. Will update the library soon.
@ManalLiaquat @daghass @hbittar I have pushed V1.0.2 with the fix. You can try updating the library. Closing this issue.
Hi thanks for the great component but i'm receiving scrollToIndex out of range specially when i move to another tab using react-navigation bottom tabs