question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Android] NavigationHeader displaying on top of previous header after upgrading from 0.36 to 0.37

See original GitHub issue

Description

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.

upgrade-issue-0 37

Additional Information

  • React Native version: 0.37
  • Platform: Android
  • Operating System: MacOS, Linux

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sunilgautamcommented, Nov 29, 2016

@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} on NavigationCardStack.

Everything works after removing enableGestures={false}.

is enableGestures={false} not the right way to disable gestures ??

0reactions
JAStantoncommented, Jan 12, 2017

I am on 0.39.2 and 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found