react-native-gridview
react-native-gridview copied to clipboard
A React Native component that renders a grid of items. It uses ListView under the hood.
Results
2
react-native-gridview issues
Sort by
recently updated
recently updated
newest added
Added PropTypes.
When passing in prop `renderHeader={this.renderHeader}` to GridView, it sizes the header as though it's a cell. I expected the header (and footer) to take up the full width of the...