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

How can I go alternating the items by row?

Open RoWaiR opened this issue 8 years ago • 2 comments

How can I go alternating 1 item and the next row 2 item? Can you modify itemsPerRow?

RoWaiR avatar Mar 21 '17 11:03 RoWaiR

Hi @RoWaiR , It's not possible in the current implementation, but it's quite easy to implement - just adding a new prop prepareData and placing current implementation of _prepareData in defaultProps

phil-r avatar Mar 21 '17 14:03 phil-r

Thanks, I got it.

RoWaiR avatar Mar 21 '17 14:03 RoWaiR