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!
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:
When I tap on right button, NavBar on the first page becomes white just before transition begins. Any solution? Thank you so much!