sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

zIndex does not work #38

Open superandrew213 opened 7 years ago

superandrew213 commented 7 years ago

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

superandrew213 commented 7 years ago

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