Scenes with trackCrumbTrail set to true turn blank on second visit (iOS)
See original GitHub issueThe scenes are setup like this:
const stateNavigator = new StateNavigator([
{ key: 'email', trackCrumbTrail: false },
{ key: 'phone', trackCrumbTrail: false },
{ key: 'reset', trackCrumbTrail: true }
])
The reset scene goes blank after the first visit.
If I open and close the modal, the reset scene reappears, but on consecutive visits goes blank again.
See full video to illustrate:
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Black screen after adding SceneDelegate and updating Info.plist
You should only setup the main window and the root view controller if the app is being run under iOS 12 or earlier....
Read more >How To Fix Safari Videos Black Screen Bug IOS 15.4
I have an iPhone 7 plus. My problem is I can only listen to the sounds of a video in Safari. The video...
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

Oh that’s sweet. It was probably that commit plus #584. Took me ages to work out what was wrong
https://github.com/grahammendick/navigation/commit/fa198b8c493ad91600d9c680d87b26eb253ee75e fixed it!