react-native-masonry-gridview
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

react-native-masonry-gridview

A React Native component for rendering a masonry layout of items in columns.

Installation

npm install react-native-masonry-gridview

Usage

import { MasonryGridView } from 'react-native-masonry-gridview';

// ...

<MasonryGridView
  items={notes}
  columns={2}
  renderItem={(item) => <MasonryNote item={item} />}
/>;

preview

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i react-native-masonry-gridview

Weekly Downloads

2

Version

0.2.1

License

MIT

Unpacked Size

16.5 kB

Total Files

17

Last publish

Collaborators

  • heymeowcat