react-native-grid-view icon indicating copy to clipboard operation
react-native-grid-view copied to clipboard

React Native Grid/Collection View component

Results 19 react-native-grid-view issues
Sort by recently updated
recently updated
newest added

Please reopen the issue as the error still persists: ![simulator screen shot - iphone 6 - 2018-03-01 at 11 24 27](https://user-images.githubusercontent.com/26734162/36829139-a80e9550-1d43-11e8-9503-680a992feedc.png) Node version: v9.5.0, react-native-cli: 2.0.1 react-native: 0.53.3

[https://facebook.github.io/react-native/docs/listview.html](url)

this error is coming in groupItems index.js 16, I am using react native version 0.37 and react 15.3.2

I am trying to use "TouchableOpacity" in my Grid View and wrote my code like bellow ``` showPlayer(item) { Alert.alert("Sample", "showPlayer"); } renderItem(item) { return {item.name} } ``` For the...

Hi, I am using your module. I have 5 items and its is displaying as follows ![screen shot 2017-08-04 at 6 42 50 pm](https://user-images.githubusercontent.com/19324363/28970075-c09488f8-7944-11e7-9edd-6ec9a33b6f9c.png) How can I reduce the gap...

http://stackoverflow.com/q/43153106/147562

Hi, I am trying to use GridView to list some movies in my project. Each movie item in the GridView is supposed to take the application to a movie detail...

Hi Thanks a lot for this package. I am using it right now. Saved me a good few hours of code :) I was wondering if there any configuration/prop that...

Can Scrollbar be visible always? Not just when I move the list down or up? Thanks!