Yes
Yes
react-native -v: react-native-cli: 2.0.1, react-native: 0.47.2node -v: v8.2.1npm -v: 5.3.0yarn --version: NoThen, specify:
When change zIndex properties, overlapping of visible objects will change.
On android platform, changing the zIndex property does not change overlaping order of the visible components.
On iOS emulator this works correctly.
This is a known issue - Please read the issues at #8968 and #14854
Looks like potential fix is: #15203 and may land in rc-.48.2
Thanks for the detailed issue! 0.48 was released today, it should fix this issue.
This issue didn't get fixed. Still facing the same problem on android. I'm using 0.48.2.
On 0.48.0 and 0.48.2 it's works.
Whether I put a dynamic value (using this.state) or a static value, whenever I apply zIndex to my Component, it just disappears.
Here is my Component's styles:
mainContainer: {
height:130,
position:'absolute',
zIndex:5
}