bear-junior / react-native-draganddrop-board

👆DragAndDropBoard is a simple React Native library, enabling to create a scrollable board component with carousel, sortable columns and draggable cards for your iOS and Android apps
190 stars 48 forks source link

improper react native web display and functionality #9

Closed draczer01 closed 3 years ago

draczer01 commented 4 years ago

when used in react native web the the columns are too wide, the cards become transparent and only the cards in the first column are draggable, at first, but once one card gets dragged the other cards on the rest of the columns become draggable but the cards in the first column become undraggable. the shades are displayed incorrectly and the circle behind the card count disapears

Edit: looks like the problem exists because only the cards in the selected column are movable, looks like this may require platform specific code

TacticCoder commented 3 years ago

Your #6 PR committed.