i6mi6 / react-native-parallax-scroll-view

A ScrollView-like component with parallax and sticky header support.
ISC License
2.28k stars 379 forks source link

Flat List showing only 10 items #144

Open ManojKande opened 4 years ago

ManojKande commented 4 years ago

Kudos for providing a beautiful component!

The component is rendering only first 10 items when used in a FlatList. The remaining items are not being rendered.

acoutinho12 commented 4 years ago

Try this: https://stackoverflow.com/questions/54302266/react-native-flatlist-only-renders-10-items

It is not the best solution, but it worked well for me.