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

horizontal={true} not working #282

Open dortana opened 1 year ago

dortana commented 1 year ago

Hello, we are using your awesome library to handle large list, but when we set horizontal={true}, list will not be in horizontal direction.

if you can help, I will appreciate.

Hmoulvad commented 1 year ago

Agree super nice library, the horizontal mode would be much appreciated.