<GridView /> and <SelectableSectionsListView /> Components

Here are two useful Components that will surely help you layout your React Native apps.

react-native-grid-view

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.

GridView

react-native-selectablesectionlistview

A Listview with a sidebar to directly jump to sections.

SelectableSectionsListView