react-native-sortable-list
react-native-sortable-list copied to clipboard
Layout not updated when sub-items are added dynamically in a row.
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.

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