-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Modal and nested Stack routing configuration #3277
Comments
I notice that the problem is cause by setting MOREOVER
and this is the
Logically, if I open the app and the user is not logged in the Any help? :( |
You have to use 'replace' not reset as type |
Version
From the example I see that structure:
I'm trying to reproduce that structure and I started from
Modal
only. This is my code ( obviously insideRouter
)Intially the app load "landing" then if I call
Actions.signIn()
the following error is thrown:If I put the
signIn
scene outside fromroot
at the same level oflogin
scene it works fine but it is shown as Modal and I don't want that. I would like to keep it insideroot
as a normal scene.How can I solve this?
The text was updated successfully, but these errors were encountered: