The following is a list of some of the third-party ListView implementations that promise increased performance:
- recyclerlistview: This library is the most robust alternative to ListView, boasting a long list of improvements and features, including support for staggered grid layouts, horizontal mode, and footer support. The repository is located at https://github.com/Flipkart/recyclerlistview.
- react-native-sglistview: This takes removeClippedSubviews to the next level by flushing the memory when the offscreen rows are removed from the render tree. The repository is located at https://github.com/sghiassy/react-native-sglistview.