Skip to content

Transition to another route with trans & hideNavigationBar & noStatusBar #150

Open
@johneisenheim

Description

@johneisenheim

Hi!
My mobile app has the first page component with the Navbar. When I press the button at the right corner, I would open a new page with no Navbar. So, what I've specified in toRoute() function is the following:

this.props.toRoute({
            component: NewPhoto,
            trans : true,
            hideNavigationBar : true,
            noStatusBar : true
        });

When I tap on right button, NavBar on the first page becomes white just before transition begins. Any solution? Thank you so much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions