react-native-draggable-board icon indicating copy to clipboard operation
react-native-draggable-board copied to clipboard

inner items in row

Open Thanmai-C opened this issue 7 years ago • 1 comments

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. screenshot_1507545988

I want the item1,item2,etc... to be displayed in rows

Thanmai-C avatar Oct 09 '17 04:10 Thanmai-C

yes , add this line in column.js

<ListView horizontal ... />

Ruchi-iOS avatar Jun 19 '21 09:06 Ruchi-iOS