React Native Animated Flatlist
Animate item add/delete on
view on github
View demo on Snack
feedbacks & contributions are more than welcome
React Native Animated Flatlist
Animate item add/delete on
view on github
View demo on Snack
feedbacks & contributions are more than welcome
For further actions, you may consider blocking this person and/or reporting abuse
Sonay Kara -
Jean-Noël -
Muhammad Bilal -
Abhinav Sharma -
Top comments (2)
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.
Lags a bit on a Samsung S8... maybe some things can be optimized