Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
johneisenheim opened this issue Jul 26, 2016 · 1 comment

Comments

@johneisenheim
Copy link

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!

@JackPu
Copy link
Contributor

JackPu commented Aug 8, 2016

I has the same problem 😂😂😂。@johneisenheim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants