react-native-grid-component
react-native-grid-component copied to clipboard
How can I go alternating the items by row?
How can I go alternating 1 item and the next row 2 item? Can you modify itemsPerRow?
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
Thanks, I got it.