Skip to content

Releases: brh55/react-native-masonry

Quartz

15 Sep 07:03
Compare
Choose a tag to compare
  • (#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