-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Header is rendered behind Card is navigator mode is modal and headerTransparent is true #6717
Comments
On Android, header is visible but cannot tap back button. |
@satya164 thanks for the fix, but the issue still persists on Android |
@satya the issue still persists, when I try to click back button on the header, item behind it'll receive touch event. |
@dulmandakh can you share a demo? I tested again in the example app and I can press on the back button fine on Android with |
still having this issue |
Current Behavior
When I set Stack navigator mode to modal, and set headerTransparent to true on screen options, header is rendered behind the Card. Therefore, header is covered and invisible to user then hides navigation.
Expected Behavior
User should be able to see header, thus navigation.
How to reproduce
Your Environment
The text was updated successfully, but these errors were encountered: