pentarex / react-native-gallery-manager

30 stars 41 forks source link

When scrolling down, the images are looping. #16

Closed SirVeryBritish closed 6 years ago

SirVeryBritish commented 6 years ago

When I scroll down the gallery component, the next set of images are loaded from the gallery for a second but the component suddenly jumps to the start again, not loading other images.

pentarex commented 6 years ago

its a flat list issue with getItemLayout, either comment it, or calculate the size of the cells and give it back.