marcocesarato / react-native-big-list

This is a high performance list view for React Native with support for complex layouts using a similar FlatList usage to make easy the replacement. This list implementation for big list rendering on React Native works with a recycler focused on performance and memory usage and so it permits processing thousands items on the list.
https://marcocesarato.github.io/react-native-big-list-docs/
Apache License 2.0
532 stars 43 forks source link

Layout trouble with images/videos #189

Closed LouisSyfer closed 2 years ago

LouisSyfer commented 2 years ago

Hi everyone,

I just tried the package. Really impressive ! The performance is here. But... as soon as you introduce an image or a video, there's a layout problem. Maybe it should be better if the item height could be set to "auto" (for exemple). Or maybe I missed something. I would like to know if anybody else has the same issue and how it may be fixed...

Thanks a lot for any information

marcocesarato commented 2 years ago

16