React Native Masonry Versions Save

: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.

v0.4.0

6 years ago
  • (#33, #28) FlatList Usage
    • The internals of Masonry now utilizes FlatList to gain important performance enhancements such as off-screen loading to reduce memory usage of handling large list
  • (#34) Custom Image Support
    • Through the usage of customImageComponent and customImageProps users can now pass along their own Image component to serve as the default renderer for the images within the brick. However, Masonry assumes third-party Image components implement the core interface of react-native Image (source and style)
  • (#44) Simplify Readme
    • Brick information is now consolidated into a table, along examples now found in the Usage Examples section