Skip to content

Inner routes in Tabs broken since 3.2.2 #431

@Mokto

Description

@Mokto

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions