DEV Community

Discussion on: React Native Animated Flatlist

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.