Sortable Grid View Component for React Native
A React Native component for grid view. Compatible with both iOS and Android.
Easy React Native Layout & Grid for the Dumb
This is NOT-JUST-ANOTHER-GRID-LAYOUT library! We are trying to simplify flexbox with easier approach.
A flexible grid view based on React Native’s ListView component.
React Native’s ListView can be customized to render in a grid layout, but suffers from some issues:
Does not allow specifying a number of items per row, requiring fixing or calculating the width of your items for consistent row layouts
If your items have variable heights, the item containers will not flex to match each other
react-native-gridview seeks to solve these issues, along with giving you some additional functionality for grid-based layouts.
A component for rendering a grid of squares that perfectly fill your space (potentially with scrolling).
React Native Grid/Collection View component
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 ‘ListView’ in order to have a proper recycle mechanism.
Easy to use grid component for your react-native project. Supports iOS and Android.
Responsive Grid View for React Native.
This library export two components - FlatGrid (similar to FlatList) and SectionGrid (similar to SectionList). Both components render a Grid layout that adapts itself to various screen resolutions.
Instead of passing an itemPerRow argument, you pass itemDimension and each item will be rendered with a dimension size equal to or more than (to fill the screen) the given dimension.
#react-native #programming