react-native-alphabetlistview icon indicating copy to clipboard operation
react-native-alphabetlistview copied to clipboard

Empty section data cleanup

Open brokentone opened this issue 9 years ago • 1 comments

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 avatar Nov 12 '15 15:11 brokentone

@brokentone could u provide a PR to handle this case?

sibelius avatar May 29 '16 14:05 sibelius