Skip to content

heymeowcat/react-native-masonry-gridview

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published