Lists
Basic support for FlatList, SectionList, and VirtualizedList.
These components are the same JavaScript implementations as those found in React Native. Please refer to the React Native documentation below:
Warning! The React Native list components are not optimized for the web. You may prefer to use external modules that are designed for multi-platform lists and provide better performance, e.g., RecyclerListView.