AppAndFlow / react-native-masonry-list

MIT License
169 stars 46 forks source link

Still performance issue. #16

Open tuvshinbatgeru opened 7 years ago

tuvshinbatgeru commented 7 years ago

I have battle tested with same logic with this library but it doesn't work. I guess it takes time for calculating column height.

After almost 100 data rendered JS thread fps right away down to 7.

ajaykumar97 commented 5 years ago

I am also facing some performance issues. List has noticeable lag while updating elements. I am using it to render Items from the server. If a refresh API is hit and new data comes, it takes a while to update the list and gives a weird effect while updating the data.