issues
search
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.
MIT License
1.32k
stars
157
forks
source link
Fix resolveBrick() to this.resolveBricks()
#17
Closed
brh55
closed
7 years ago
brh55
commented
7 years ago
Reproduction steps:
Pass in images props.bricks, later after Masonry is already mounted
Masonry will issue a warning that resolveBricks is not found, this is because resolveBricks is a method within Masonry.
brh55
commented
7 years ago
Resolved in v0.1.1.
Reproduction steps: