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

FEATURE REQUEST: Render Empty Section Headers boolean prop #316

Open gitstud opened 1 year ago

gitstud commented 1 year ago

FEATURE REQUEST:

It would be great to be able to decide whether or not empty sections should be rendered or not. I have a use case where I want to show empty sections / empty section headers so that users are aware that this header does not have any items to either create new items or remove the section entirely. I've attempted to patch the package but I don't see any of my changes when reloading the UI.