-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Hi,
When I upgrade to 3.2.2 -> 3.2.5, my tabs routes are broken.
<Scene key="root" tabs={true}>
<Scene key="loading" component={Loading} />
<Scene key="login" component={Login} />
<Scene key="loggedIn" component={Layout}>
<Scene key="main">
<Scene key="menu" type="replace">
<Scene key="category" component={Menu} />
</Scene>
<Scene key="settings" type="replace" component={Settings} />
</Scene>
</Scene>
</Scene>Replace routes are working fine, but when I do Actions.menu(params), the custom Reducer receives proper actions, but routes are not visually pushed.
It is working fine in 3.2.1.
Please let me know if you need anything else.
Thanks for your work and keep going ! :)
Metadata
Metadata
Assignees
Labels
No labels