: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.
This allows users to pass in a onEndReached and a onEndReachedThreshold, the masonry will continue to progressively load the grid, but will ensure that onEndReached will not be invoked until all respective bricks have been resolved.
This allows users to pass in a
onEndReached
and aonEndReachedThreshold
, the masonry will continue to progressively load the grid, but will ensure that onEndReached will not be invoked until all respective bricks have been resolved.