46
zIndex + position:'absolute' breaks with dynamic components on Android
coderdave
When using any kind of zIndex value with position:'absolute', dynamic components (views in an array for example), will fall out of place or completely disappear when changing its position.
Related github issue: https://github.com/facebook/react-native/issues/8968
Activity
Newest
Oldest
Gust
Still an issue!
Hernan Arteaga
Please, fix this problem
Mohammad Tourjoman
Still a big problem
Farzad Qasim
this is till broken....
Augusto Gonzalez
please fix it
Augusto Gonzalez
Please fix it!
Scott Morton Ashton
Yes, all sorts of weirdness happens on Android when using zIndex and absolute position. In my particular use case, I am trying to quickly show an action screen superimposed over the main screen, but it doesn't ever appear on Android. Works great on iOS though.
Noitidart
@Scott Morton Ashton: I think they just submitted a fix for this - https://github.com/facebook/react-native/issues/8968#ref-issue-254105906
Scott Morton Ashton
@Noitidart: :party: Thanks!
Noitidart
This was marked as closed on May 3rd in RN 0.45 - https://github.com/facebook/react-native/issues/8968#issuecomment-298992588 - however I still see this bug in 0.46.1 - I added this comment to that issue topic.