react-native-alphabetlistview
react-native-alphabetlistview copied to clipboard
Empty section data cleanup
I just implemented this. I'm not a huge fan of how I did it, but it works. Right now, I'm passing the whole data object down into the sectionList, which is unnecessary, all we really need to know is the list of items and whether they have any rows.
@brokentone could u provide a PR to handle this case?