Screens are blank for a few frames when navigating to them
See original GitHub issueNot 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:
- Created 5 years ago
- Reactions:3
- Comments:10 (3 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
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
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?