flatlist-react icon indicating copy to clipboard operation
flatlist-react copied to clipboard

A helpful utility component to handle lists in react like a champ

Results 8 flatlist-react issues
Sort by recently updated
recently updated
newest added

this is a simple option to allow scrolling up to view more content similar to a chat. Everything else should continue to work as normal and the big challenge here...

similar to display row and display grid there should be an option to render the list as a table. This should also include renderTableHeader, renderTableFooter, and use renderItem or provide...

enhancement

The only way to separate the groups is with a separator and that should be optional and should include a renderGroupHeader and renderGroupFooter that is called for each group passing...

enhancement
good first issue

Allow a prop that when set, would automatically scroll to that specific item. This should work with the renderOnScroll prop set. It only scrolls to the item if the current...

enhancement
good first issue

Allow providing regex as a search term. This is done by detecting wild cards like ^, *, $, .(dot) Example of search term: ^Sample, .mp4$, bo.

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** load more items function gets called before user scrolls to bottom when scrollbar is not a parent of flatlist **Describe...

enhancement
Fixed on Next Release

support the ability to specify the scrolling container