react-native-image-slider-box
react-native-image-slider-box copied to clipboard
VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders components that follow React performance best practices like PureComponent, shouldComponentUpdate, etc.
I am experiencing this issue with the sliderbox.I am only loading 6 images.
full warning message. VirtualizedList: You have a large list that is slow to update - make sure your renderItem function renders components that follow React performance best practices like PureComponent, shouldComponentUpdate, etc. Object { "contentLength": 6283.63623046875, "dt": 2370, "prevDt": 509, }
Having the same problem.
Are you using a Flatlist? As it keeps re-rendering I think the FLatlist keeps building on
Im having same problem. I think that because of react-native-snap-carousel components and that components using flatlist
same problem, resulting in freeze of application after some time, caused by slider, I do change the image array a few times which could be an issue, seems to build up a large list then freeze
Has anyone found a solution?
any solution?
Not really a solution but I found that this message only appear when I enable circleLoop.