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

Hide Navigation Bar on actions (ie when scrolling) #109

Open amrnt opened 8 years ago

amrnt commented 8 years ago

I'm trying to figure out if I can hide/show the nav bar after it rendered.

charpeni commented 8 years ago

At this time, we can't modify or update the navigation bar without changing scene/route.

But i'm agree with you, we should have the possibility to update the navigation bar from the current scene. Hide progressively the navigation bar while scrolling will be awesome.

PRs are welcome :)