Skip to content

gendeld/react-native-gridview-flatlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-gridview-flatlist

Inspire reactnative gridview.

This component allows to display a grid/collection of items with more than one item per row. The items per row is configurable and it uses a 'FlatList' in order to have a proper recycle mechanism.

Flat list is more performance, easy customize than listview.

Image of react-grid-view

Getting started

  • Install by npm:
  • npm i react-native-flat-grid-view --save

See examples/ directory

Version using Listview

https://github.com/lucholaf/react-native-grid-view

About

Inspire reactnative gridview using listview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%