react-native-sortable-list icon indicating copy to clipboard operation
react-native-sortable-list copied to clipboard

Layout not updated when sub-items are added dynamically in a row.

Open pankajatocdlab opened this issue 7 years ago • 1 comments

I have created a layout in which I am using a SortableList as an item of React native SectionList and I have a PLUS button inside every row of SortableList component. When I click on PLUS button then a new image thumbnail is added into the current row and these thumbnails are wrapped when required. My issue is that when thumbnails are wrapped then the height of the row is not updated and thumbnails are hidden behind the next following row. I am attaching an screenshot for better understanding.

issue

pankajatocdlab avatar Sep 24 '18 13:09 pankajatocdlab

I have the same problem... still didn't find any library which is not buggy on Android and recalculates the height of the items.

AVATAR197 avatar Aug 31 '19 21:08 AVATAR197