sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

what about flatlist & sectionlist? #66

Open flyinghawker opened 5 years ago

flyinghawker commented 5 years ago

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.

sghiassy commented 5 years ago

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)