react-native-grid-view
react-native-grid-view copied to clipboard
React Native Grid/Collection View component
Hello, I'm currently facing a strange issue with the gridview, which is if I'm updating my array of items which are supposed to get in the grid (basically an array...
Need to implement something like `onEndReached={this.props.onEndReached}` props
Is it possible to render this grid with section headers? I've tried but I'm getting mangled section headers that don't stretch with flex: 1 and don't keep their position
Cannot we adjust gridview content with according to each device? can we omit render per row properties of gridview?
How to make gridview item clickable? is there any method to do that?
It is currently not creating a real grid. If my grid is 2 items per row and i have 5 items, the 5th item is rendered across the entire row...
hi thanks for your code. I display 3 image per row , and i set width , on iPhone5 ,it fill the screen , but on iPhone6p it can't fill...
The List will have a margin on the top of it unless you add automaticallyAdjustContentInsets={false} Would like to see this as an option that can be fed into the list...
Hi, I saw in your README.md that you mention cell recycling: "uses a 'ListView' in order to have a proper recycle mechanism". React Native's `ListView` is simply a wrapper around...