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.

Scenes with trackCrumbTrail set to true turn blank on second visit (iOS)

See original GitHub issue

The 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:

https://user-images.githubusercontent.com/57633368/151881807-1e88638c-df1e-4df0-9a0a-ab4e229fc68c.MOV

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
grahammendickcommented, Apr 2, 2022

Oh that’s sweet. It was probably that commit plus #584. Took me ages to work out what was wrong

Read more comments on GitHub >

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

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