react-native-sglistview icon indicating copy to clipboard operation
react-native-sglistview copied to clipboard

zIndex does not work

Open superandrew213 opened this issue 9 years ago • 1 comments

zIndex does not work with SGListView but it does with ListView. zIndex was introduced in RN29.

superandrew213 avatar Oct 01 '16 07:10 superandrew213

This is not working properly because SGListView wraps their own component around the row component. Giving the row component a zIndex value won't work since the ListView is not the parent anymore

superandrew213 avatar Oct 11 '16 23:10 superandrew213