Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zIndex lose effectiveness after upgrade RN from 0.48.0 to 0.53.0 on android #17907

Closed
sejo2016 opened this issue Feb 8, 2018 · 3 comments
Closed
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@sejo2016
Copy link

sejo2016 commented Feb 8, 2018

Packages: (previous => current)
react-native: 0.48.0 => 0.53.0
react: 16.0.2-alpha.12 => 16.2.0

Target Platform: android 8

Steps to Reproduce

After update the RN version from 0.48.0 to 0.53.0,zIndex lose effectiveness on android.what should I do to fix this difference?

<Animated.View key={index} style={[style.card, cardStyle, {
                    zIndex,
                    top,
                    transform: [{scale}]
                }, currentIndex === index && animatedStyle]}>
...
</Animated.View>

Expected Behavior

image

Actual Behavior

image

@react-native-bot
Copy link
Collaborator

@facebook-github-bot no-template

@facebook-github-bot
Copy link
Contributor

Something went wrong executing that command, @hramos could you take a look?

@hramos
Copy link
Contributor

hramos commented Feb 9, 2018

Hey, thanks for reporting this issue!

It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.

I am going to close this, but feel free to open a new issue that meets the requirements set forth in the template. Thanks!

@hramos hramos closed this as completed Feb 9, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Feb 9, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Feb 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants