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
my root router would handle modals but mainly display
a component ScreenWithTabBar, which itself contains
my tab router which is capable to replace routes based on the selected tab, and
my ComponentTabBar which shows buttons for the routes in tab router
Saving global references to the router objects themselves (via the ref property of the component and setting a global object onComponentDidMount()) doesn't help, since the toRoute()or toBack() functions can't be called on the Router object itself.
Thanks for any hints.
The text was updated successfully, but these errors were encountered:
Hi,
is it possible to nest routers?
For example,
Saving global references to the router objects themselves (via the
ref
property of the component and setting a global objectonComponentDidMount()
) doesn't help, since thetoRoute()
ortoBack()
functions can't be called on the Router object itself.Thanks for any hints.
The text was updated successfully, but these errors were encountered: