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
For of all, thank you for creating this library and experimenting with it. I really like the stated goals.
I've been dreaming of having easy deep linking in a native app for a long time ;)
Now, I'm trying to see how to handle modal screens (fullscreen or popups).
when I navigate to /modal, I get the correct behavior the first time
if I go back and navigate again, the modal gets displayed twice quickly
navigating to /detail/:themeColor animates the nav bar incorrectly
Also there's a warning displayed that says <TabsRoute> and <StackRoute> cannot be nested within <StackRoute>. So I know this wasn't intended to be done like this ;)
Is there another way to handle this?
The text was updated successfully, but these errors were encountered:
The main problem is the animation which directly hides the nav bar of the initial stack. And of course I still have the warning about nested <StackRoute>.
For of all, thank you for creating this library and experimenting with it. I really like the stated goals.
I've been dreaming of having easy deep linking in a native app for a long time ;)
Now, I'm trying to see how to handle modal screens (fullscreen or popups).
So far I've tried the following:
It works partially:
/modal
, I get the correct behavior the first time/detail/:themeColor
animates the nav bar incorrectlyAlso there's a warning displayed that says
<TabsRoute>
and<StackRoute>
cannot be nested within<StackRoute>
. So I know this wasn't intended to be done like this ;)Is there another way to handle this?
The text was updated successfully, but these errors were encountered: