react-native-sglistview
react-native-sglistview copied to clipboard
what about flatlist & sectionlist?
This is an awesome work but as official website of RN, Listview has been marked as deprecated and recommend to use Flatlist and Sectionlist. I am interested in any similar implementation for Flatlist and Sectionlist. Or will this library make listview as good as other two? Thanks.
I've been out of React Native development for over a year, so I can't really speak technically to your question.
That said, this project isn't as active as it should be - meaning, that I would recommend working with Flatlist or Sectionlist first (and only use SGListView if you can't get what you need from the other two components)