Implement tabBarHidden
#214
Replies: 9 comments
-
@okwasniewski Looking forward to this |
Beta Was this translation helpful? Give feedback.
-
Expo implements it with |
Beta Was this translation helpful? Give feedback.
-
Hey @cesargdm, The screen hiding is also supported using |
Beta Was this translation helpful? Give feedback.
-
Any update in this? The way that I used to do it on Expo is as follows:
This would effectively hide the screen from the tab bar AND the tab bar on that screen. |
Beta Was this translation helpful? Give feedback.
-
I'm moving this to discussions because all feature requests will now be under the "Ideas 💡" tab in GitHub discussions. |
Beta Was this translation helpful? Give feedback.
-
Looking forward to this as well! As I am getting issues with fixed button at the bottom of a Modal moving down after a couple of seconds after rendering and it seems it's the TabBar messing with the layout :) I guess if if I can hide the tabBar specifically on that screen that would solve the issue? Not sure. |
Beta Was this translation helpful? Give feedback.
-
Would love this new feature as well !! :) |
Beta Was this translation helpful? Give feedback.
-
Hey, After working on this feature (which was partially introduced in #273) I decided to not add this prop. However, in the upcoming version you will be able to still hide the tab bar by passing Dynamically hiding/showing tab bar was causing jumps to the content triggering re-layout. That's why its also not recommended to do this with JS Tabs. If you want to hide the tab bar without jumps of the content, use this guide: https://reactnavigation.org/docs/hiding-tabbar-in-screens |
Beta Was this translation helpful? Give feedback.
-
@okwasniewski The gmail app on android does this pretty smoothly. mail.mp4 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goal of this issue is to implement
tabBarHidden
config option to be able to hide the tab bar on certain routes.Beta Was this translation helpful? Give feedback.
All reactions