react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

Problem with example

Open hubin97 opened this issue 2 years ago • 1 comments

https://reactnavigation.org/docs/hiding-tabbar-in-screens/

Why doesn't the home tag correspond to the home navigation, where is the homescreen?

hubin97 avatar Jun 17 '22 04:06 hubin97

In the given example, if you have a requirement to hide a tab on a specific screen then for this wrap your tab navigator inside the stack navigator.

  • Home Home Screen Feed Screen Notification Screen
  • Profile Screen
  • Setting Screen SO, when navigation loads, the first screen you will be seeing is Home Tab(Home Screen)

Raj-Madheshia avatar Jul 16 '22 05:07 Raj-Madheshia