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
525 stars 41 forks source link

numColumns Not working V1.6.1 #349

Open khanhbachnguyen opened 1 year ago

khanhbachnguyen commented 1 year ago

I downloaded version 1.6.1 and numColumns didn't work, i downgraded version 1.6.0 and it worked properly

ertucaglar commented 1 year ago

I had this problem too. It was fixed when I reverted to version 1.6.0.

"react-native": "0.71.7",

cashtotalszero commented 11 months ago

I've seen this issue with this setup as well (using a sections list):

"react-native": "0.72.5",
"react-native-big-list": "^1.5.4",

I've tried several later versions of this library but none seem to work with version 72 of RN. This was working correctly when we were previously using v0.69