You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am curious what the best practices were around how to structure your Router.js file. Currently, I have every single Scene in my Router.js file and all the the Scenes are nested in one Router tag. Some scenes are nested inside other Scenes.
Is this common best practice?
I started looking into using a Modal tag since I wanted to load up a specific screen from the bottom up and in the documentation it told me to wrap my root Scene which contains all my other Scenes in the modal tag. I not only could not get it to work but I also dont want every single screen to animate in from bottom up.
It started to make me wonder if I am not using Scenes in my Router file correctly.
Thoughts?
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
I am curious what the best practices were around how to structure your Router.js file. Currently, I have every single Scene in my Router.js file and all the the Scenes are nested in one Router tag. Some scenes are nested inside other Scenes.
Is this common best practice?
I started looking into using a Modal tag since I wanted to load up a specific screen from the bottom up and in the documentation it told me to wrap my root Scene which contains all my other Scenes in the modal tag. I not only could not get it to work but I also dont want every single screen to animate in from bottom up.
It started to make me wonder if I am not using Scenes in my Router file correctly.
Thoughts?
The text was updated successfully, but these errors were encountered: