Animated.Flatlist is Not a Pure Component if i give him style prop? #6426
Unanswered
gaganIcodelabs
asked this question in
Q&A
Replies: 1 comment
-
Hey! Do you wrap your list items with React |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have been experimenting with Animated.Flatlist .... I encountered a case that if i give him style prop even a global static object. It will no longer act as PureComponent i.e. it will rerender all its items even if all the props values remain same in next rerender.
Has anyone experienced this ????
(This does not happen with normal react-native Flatlist component)
Beta Was this translation helpful? Give feedback.
All reactions