cooperka / react-native-immutable-list-view

:scroll: Drop-in replacement for ListView, FlatList, and VirtualizedList.
MIT License
205 stars 30 forks source link

Fix renderEmpty #27

Closed magrinj closed 7 years ago

magrinj commented 7 years ago

I create a new function to check if immutableData are empty, this one works with immutable List or immutable Map if you provide something with multiple sections

cooperka commented 7 years ago

Thanks for the PR, @magrinj! I updated it to handle a few edge cases and add unit tests.

magrinj commented 7 years ago

Thanks for the merge! 👍