Open v-x2 opened 3 years ago
I need a few days but plan to look into this issue coming weekend. Thanks for reporting.
Apologies for this delayed reply. When I run the Example project and install the latest version of this package, I am in fact getting the EmptyListComponent to show up with the Fade animation. Could you check if you're running the last version (which would be 1.3.4)?
Hi,
I've noticed that the
ListEmptyComponent
prop ofAnimatedList
isn't working although the documentation says the opposite.If I replace the
AnimatedFlatList
withFlatList
it just works. What am I doing wrong?Thanks you