react-native-sortable-list
react-native-sortable-list copied to clipboard
renderRow clips item outside of its height!
I am positioning absolute an element inside of one of the renderRows and it should be slightly on top of the element. However, it gets clipped even when giving the container overflow: visible. Is there any way to make this possible?