-
Notifications
You must be signed in to change notification settings - Fork 46
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
A bottom bar persists across desired routes #3
Comments
I was thinking about it a lot but didn't found elegant solution yet... |
Is that possible to achieve following by Navigators nested as many as required? Rather than hiding a bar for some route which currently not supported in a single Navigator, defining such routes in an upper level Navigator, with no or desired bars, that parents the Navigator with that persisted bar, top or bottom, seems possible. Or even a top-level N that owns several Ns. One N is for normal app with persistent bar if required, and other each for those routes with different tab requirements, one can have topbar as navbar, the other can have topbar as a tabbar custom, or bottom bar as tabbar, or at the end no bar at all. And I do not know how to implement a router syntax system, but if this mechanism can support what I descrube it for, I know how to implement it with standard react native Navigator way. This is my solution I think about, what you say? |
Yes, it seems ideal just to support nested "Router" tags. However it is not clear yet how to implement it. |
Is it contains Tabbar or I will use like Tabbar Component。 how to use it. |
Is that possible to have a BottomBar that persists (not slides etc. just stays there) across the desired routes?
Rather than naming the bars as Nabbar and Tabbar, I will name them TopBar and Bottombar as Navbar or Tabbar according to their functionality assigned.
TopBars as Navbars can be specific to some route and may change or even not exist in some specific routes (i.e. hides), and that is useful.
react-native-redux-router
?As I review different modules written for navigation purposes, I cannot see a full fledged module that can achieve these and run both on iOS and Android.
react-native-redux-router
is by now is the most complete I have faced with, but this last thing I do not know whether it can achieve or not.The text was updated successfully, but these errors were encountered: