We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
z
View
I'm getting this warning: Invalid props.style key 'z' supplied to 'View'
Invalid props.style key 'z' supplied to 'View'
Do I do something wrong? Shouldn't that be "zIndex" instead of just z?
Here some more of the warning:
Bad object: { "transitionProperty": "opacity", "transitionDuration": "0.15s", "userSelect": "none", "cursor": "pointer", "touchAction": "manipulation", "top": 37, "left": 306, "elevation": 1, "z": 1, "alignSelf": "baseline" }
This "z": 1 most probably throws it.
The text was updated successfully, but these errors were encountered:
Unable to reproduce this, but it should definitely be zIndex for iOS
zIndex
Sorry, something went wrong.
Fixes tongyy#46
a461dc6
Successfully merging a pull request may close this issue.
I'm getting this warning:
Invalid props.style key 'z' supplied to 'View'
Do I do something wrong? Shouldn't that be "zIndex" instead of just z?
Here some more of the warning:
This "z": 1 most probably throws it.
The text was updated successfully, but these errors were encountered: