homielab / react-native-auto-scroll

A performance auto horizontal scrolling component for react-native
https://www.npmjs.com/package/@homielab/react-native-auto-scroll
218 stars 23 forks source link

When using FlatList #11

Open akashSilicon opened 3 years ago

akashSilicon commented 3 years ago

I am using flat list and Auto Scrolling working only in first rendered item in rest of items not scrolling

olafkotur commented 2 years ago

I managed to get it working using a FlatList by wrapping it in a View or ScrollView (horizontal) component