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
Need a better mental model for async/await?
Check out this classic DEV post on the subject.
Ramesh Vishnoi -
Vaibhav Kumar -
Axel Navarro -
Tony Wallace -
Once suspended, shalvagegia will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, shalvagegia will be able to comment and publish posts again.
Once unpublished, all posts by shalvagegia will become hidden and only accessible to themselves.
If shalvagegia is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Shalva Gegia.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag shalvagegia:
Unflagging shalvagegia will restore default visibility to their posts.
Latest 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