DEV Community

Shalva Gegia
Shalva Gegia

Posted on

React Native Animated Flatlist

React Native Animated Flatlist
Animate item add/delete on

view on github
View demo on Snack

feedbacks & contributions are more than welcome

alt text

Top comments (2)

Collapse
 
sirajalam049 profile image
sirajalam049

Well, not what I'm looking for.
The first suggestion is that you should accept the flatlist props, like if someone wants to pass faltList's initialNumToRender, so he/she can't do it in your component.

Second, when someone adds or remove an item from the list, it is not done by some key, it is done by pushing and popping, which isn't supported by your library.

Collapse
 
nilportugues profile image
Nil Portugués Calderó

Lags a bit on a Samsung S8... maybe some things can be optimized