st0ffern / react-native-optimized-flatlist

Optimization for complex and slow React Native FlatLists
MIT License
259 stars 47 forks source link

SectionList support #20

Open outaTiME opened 6 years ago

outaTiME commented 6 years ago

Hi Kristoffer, It will great to have SectionList support, thanks !!!

otaviogaiao commented 5 years ago

I agree!!!

otaviogaiao commented 5 years ago

I've created an OptimizedSectionList following the structure of the OptimizedFlatList. It's on a fork: https://github.com/otaviogaiao/react-native-optimized-flatlist

Its working for my project, I didn't test with others, but feel free to reach me if you find any bugs. I will make a pull request eventually, once more people had the change to try it.