Skip to content

Quartz

Latest
Compare
Choose a tag to compare
@brh55 brh55 released this 15 Sep 07:03
· 39 commits to master since this release
  • (#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