react-native-simple-router-community / react-native-simple-router

A community maintained router component for React Native
MIT License
268 stars 56 forks source link

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

Open johneisenheim opened 8 years ago

johneisenheim commented 8 years ago

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 commented 8 years ago

I has the same problem 😂😂😂。@johneisenheim