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.

Screens are blank for a few frames when navigating to them

See original GitHub issue

Not sure if this is expected behavior or it’s something to do with my configuration, but here’s a video slowed down to 25% speed

My navigator setup:

StackNavigator: {
    DrawerNavigator: {
        BottomTabNavigator: {
            StackNavigator: {
                Screen
            }
            StackNavigator: {
                Screen
            }
            ...SimilarStackNavigators
        }
    }
}

Happy to answer any other questions about my implementation. My app works significantly smoother now, very excited about this project.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
kmagieracommented, Dec 18, 2018

I wonder if this issue is related to the one reported on react-navigation repo https://github.com/react-navigation/react-navigation/issues/5382

Does any of you observe this problem when using something else than tab navigator? The issue I mentioned above is specific to tab navigator and Android. I managed to find the root cause and submit a fix to react-navigaton-tabs repo (https://github.com/react-navigation/react-navigation-tabs/pull/80)

Please let me know if you can repro this in some other setup

1reaction
kmagieracommented, Mar 7, 2019

Hey @K-Leon – unfortunately I have no idea how router flux is using react navigation under the hood but as far as I remember the change that fixed it in react navigation has been merged to 3.X not 2.X (might be wrong tho).

What helped me debug this in the past was to try record transision using screen recording and then playing in slow motion (managed to notice it was actually the transparency that’s changed). If you have time to prepare such video and post it here in slow motion that might help.

I’m actually going to close this issue as it has been addressed a while ago. Can you please open a new one to hold the discussion about router flux?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Blank screen before loading mainwindow when navigating ...
navigate in wpf application. Blank screen can be seen when trying to download .xaml page, after few seconds page can be seen, Its...
Read more >
Windows 10 - Random Black Screen FIXED - YouTube
For more information, check out this guide:https://www.techy.how/tutorials/ windows -black-screenA short tutorial on how to fix the Random ...
Read more >
Strange display or black screen when using Office programs
Open any Microsoft Office program. · Click on the File tab in the upper left. · Select Options from the left navigation menu....
Read more >
How to Fix a Blank or Black Screen on Windows - AVG
Try a different cable ... Constantly unplugging and plugging in cables causes them to wear out over time — eventually, they break. It's...
Read more >
Random Screen Blanking in Windows - Framework Laptop
Just got my 3rd batch laptop and it has been great so far, ... I get random blips where the screen goes blank...
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