react-native-draggable-board
react-native-draggable-board copied to clipboard
inner items in row
According to your example, at present inside the column component inner items are displayed in column direction.
Is there any way that i can place the inner items in the columns component in the row(side by side) and perform drag and drop of the inner items.
Please do help.
I want the item1,item2,etc... to be displayed in rows
yes , add this line in column.js
<ListView horizontal ... />