[Android] NavigationHeader displaying on top of previous header after upgrading from 0.36 to 0.37
See original GitHub issueDescription
We have a working navigation setup using NavigationExperimental’s NavigationCardStack & redux on RN 0.36.
But after upgrading to 0.37, for first time NavigationHeader displaying on top of previous header. Second time every thing working as previous.

Additional Information
- React Native version: 0.37
- Platform: Android
- Operating System: MacOS, Linux
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
navigation header layout cutoff from top - Stack Overflow
NavigationView> to adjust the header position correctly. Now the Header remains at same place in both "Notched" and "Non-Notched" displays.
Read more >Update UI components with NavigationUI - Android Developers
This class contains static methods that manage navigation with the top app bar, the navigation drawer, and bottom navigation. Top app bar. The ......
Read more >Fragment Navigation Drawer | CodePath Android Cliffnotes
This guide explains how to setup a basic material design style drawer filled with navigation items that switch different fragments into the content...
Read more >How to create a navigation bar in android studio - YouTube
This video explains (In a simple way) how you can create a navigation drawer using android studio for android applications in less than...
Read more >Header Navigation - Salient Documentation
Header Padding Allows you to define the amount of space between your logo/navigation items and the top/bottom of the header. The default for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@mkonicek I tried to reproduced this https://rnplay.org/apps/xpMhjg
But rnplay not running latest RN version. This problem occurs in version 0.37, 0.38.
After some trial I noticed that this problem is because of
enableGestures={false}onNavigationCardStack.Everything works after removing
enableGestures={false}.is
enableGestures={false}not the right way to disable gestures ??I am on
0.39.2and I’m seeing this. It’s not very reproducible but when navigating around occasionally I’ll get the previous header rendering on top of the current header.