brh55 / react-native-masonry

:raised_hands: A pure JS react-native component to render a masonry~ish layout for images with support for dynamic columns, progressive image loading, device rotation, on-press handlers, and headers/captions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layout Issues When Dynamically Adding Data

brh55 opened this issue · comments

As @srameshr pointed out, there is issues when the data is added.

This probably has to do with masonry.js willReceiveNextProps and how masonry does some internal caching to prevent re-resolving bricks. Will need to investigate and figure out what the issue is.

I cross verified it and its working on 0.4.4 of masonry.

@srameshr ! Glad this solves it! 👯‍♂️