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.
Why do getItemLayout arguments always ([],0) is this intended? https://github.com/marcocesarato/react-native-big-list/blob/master/lib/BigList.jsx#L166