-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
overlapping components with zIndex does not seem to work. #18344
Comments
Thanks for posting this! It looks like your issue may refer to an older version of React Native. Can you reproduce the issue on the latest stable release? Thank you for your contributions. |
I think |
@aprilmintacpineda expo sdk v25 uses react-native Try to upgrade react-native (https://facebook.github.io/react-native/docs/upgrading.html) and see if the issue persists |
I followed the link you gave me and used Now,
I had to reinstall my the issue still persists. |
The issue does not seem occur on android. (Tested via the expo snack above.) |
On iOS, |
@hramos so this is currently a limitation? is it a limitation of iOS itself or react-native? |
Neither. What you describe under Expected Behavior is not how |
#698 has additional discussion about this towards the end of the thread. |
i am use absolute and margin property to resovle this issue:
|
Environment
Expected Behavior
Adding higher
zIndex
to a target component should over other components even if they are outside the parent container of the target component.Actual Behavior
zIndex
does not work.Steps to Reproduce
https://snack.expo.io/@aprilmintacpineda/zindex-issue
The text was updated successfully, but these errors were encountered: