lucasbento / react-native-thumbnail-video

Easily show thumbnails for videos on react-native.
MIT License
106 stars 36 forks source link

Does not function well in List. Less than half display. #12

Closed hindsricardo closed 6 years ago

hindsricardo commented 6 years ago

I am displaying a list of items with YouTube URLs and using this package to generate an image for each. The images do not display for most of the urls. In a list of 10 only 4 display. Out of 26 only 3 display. It seems very sporadic.

lucasbento commented 6 years ago

@hindsricardo: thanks for opening an issue, can you provide a running snippet of your code (it will be much easier if you use https://snack.expo.io)?

johncblandii commented 6 years ago

@hindsricardo are you setting a unique id on the list?

Seeing some code would definitely help.

lucasbento commented 6 years ago

Closing this since it's been a while without any response.