Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dismiss and push to new View #75

Open
dheroying opened this issue Oct 16, 2024 · 1 comment
Open

Dismiss and push to new View #75

dheroying opened this issue Oct 16, 2024 · 1 comment

Comments

@dheroying
Copy link

For example, current Views are placed like this View 1 -> View 2 -> View3.
On View 3, I want to go to View 4. But I must dismiss the View 3 and pop to View4.
So finally, it has to be View 1 -> View 2 -> View 4.

router.dismissScreen()
router.showScreen(.push) { _ in
        View4()
}

If make code like this, it works strangely.

@nsarno-lucid
Copy link
Collaborator

@dheroying Can you provide sample code or video of the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants