react-native-gridview icon indicating copy to clipboard operation
react-native-gridview copied to clipboard

A flexible grid view based on React Native's ListView component

Results 7 react-native-gridview issues
Sort by recently updated
recently updated
newest added

Update: If I have to many items on my view, I can scroll, but the last row jus won't appear, as if the scroll stops before reaching it. Any ideas?...

I am working with GridView in which i have to show two items in GridLayout row count of 2 in React-native IOS. The problem is that i have to show...

Is this project being maintained? The PropTypes issues seems like a pretty important one to be fixed and released.

If i have odd number of records then last record shows centre of the screen. but my motto is last record must be in left side const ITEMS_PER_ROW = 2...

In versions of React newer than 15.5, `PropTypes` is no longer exported and has been moved to the `prop-types` package. Details here: https://reactjs.org/blog/2017/09/26/react-v16.0.html#packaging The fix for this should be simple:...

Hello! I'm trying to use your framework and it appears that the prop itemsPerRow doesn't work for me.. Here is my calling function: ``` _renderGridView() { if(this.state.dataSource){ ... return (...

The docs state that the `data` prop can be either an object or an array ("data (Array:Object) - The raw array or object (for sectioned grids"), and it runs fine...