react-native-sglistview
react-native-sglistview copied to clipboard
zIndex does not work
zIndex does not work with SGListView but it does with ListView. zIndex was introduced in RN29.
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