Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thumbnails Don't Render #16

Open
TimothyDLewis opened this issue Nov 23, 2018 · 0 comments
Open

Thumbnails Don't Render #16

TimothyDLewis opened this issue Nov 23, 2018 · 0 comments

Comments

@TimothyDLewis
Copy link

Facing an issue with this plugin. I have a Gallery that is loading a dynamic array of images, anywhere from 8 to 30. Now, I've added logic to disable scrolling on the <FlatList component, and instead want to rely on scrolling/clicking the thumbnails from <Pagination to navigate. However, on occasion, the thumbnails don't render (the black ribbon does, but not the individual thumbnails):

screenshot 2018-11-23 13 25 42

The only way I can reliably get the thumbnails to render is by scrolling the component, which, since it is invisible, is not obvious UX:

screenshot 2018-11-23 13 27 01

Note: I've added an <ActivityIndicator to each <SwiperThumb, so I can tell if they are loading, so it's not an issue with the individual thumbnails not rendering:

screenshot 2018-11-23 13 28 47

Aside from the modifications to disable scrolling and the add an activity indicator on loading thumbnails, I haven't changed this plugin.

Any ideas what could be causing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant