zIndex isn't working #18234
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: For Stack Overflow
A question for Stack Overflow. Applying this label will cause issue to be closed.
Resolution: Locked
This issue was locked by the bot.
(Describe your issue in detail.)
Environment
Environment:
OS: macOS High Sierra 10.13.1
Node: 8.9.4
Yarn: Not Found
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.53.0 => 0.53.0
Expected Behavior
The top card should overlay on top of the bottom card.
Actual Behavior
The top card starts below the bottom card, as zIndex has no effect
![screen shot 2018-03-06 at 4 15 25 pm](https://user-images.githubusercontent.com/17556945/37066292-a19e772a-2159-11e8-8060-bea97433d560.png)
Steps to Reproduce
I defined a top card with zIndex of 1, and the other card with zIndex of 0. However, the top card simply
renders below the bottom card, with no overlap.
https://snack.expo.io/@ethanyuwang/zindex
The text was updated successfully, but these errors were encountered: