-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS High Sierra 10.13.1
Node: 8.9.1
Yarn: 1.3.2
npm: 5.5.1
Watchman: 4.9.0
Xcode: Xcode 9.0 Build version 9A235
Android Studio: 3.0 AI-171.4408382
Packages: (wanted => installed)
react: 16.0.0-alpha.12 => 16.0.0-alpha.12
react-native: 0.50.3 => 0.50.3
Target Platform: iOS (11.2)
Steps to Reproduce
(Write your steps here:)
- Make a list (FlatList or Array.map, it happens with both)
- The renderItem should get an onPress event
- The onPress event changes the style to a high zIndex and position absolute
Expected Behavior
(Write what you thought would happen.)
I expect that the component with the high zIndex is over every other component.
Actual Behavior
(Write what happened. Add screenshots!)
It seems like it ignores the zIndex property. The behavior is exactly like I would not apply any zIndex. I can remove the zIndex and I get the same result.
Google Drive Link to a screenshot.
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
Github Demo Project It is an expo project, but It happens also on an ejected rn project. This is just an extract out of my current rn project.
Expo Link
Google Drive Video which show the issue
WaldoJeffers, yossisal, TheNoim, dunklesToast, bd-arc and 6 moredunklesToast and randomer
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.