Masonry Style Image Layout For React Native

Description:

An easy to use React Native component to render a Masonry-like layout for remote images.

A React version can be found here.

Features:

  • Dynamic Column Rendering
  • Progressive Item Loading
  • Device Rotation
  • On-press Handlers
  • Custom Headers & Captions
  • Optimized to Rendering Large List
  • Support for Third-Party Image components
  • Automatic Sizing Based on Available Space

Installation:

# Yarn
$ yarn add react-native-masonry
# NPM
$ npm install react-native-masonry --save

Preview:

Masonry Style Image Layout For React Native

Add Comment