You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the app, I notice the existence of a default text "GlobalBottomSheet" as header on top of some screens (screens wrapped inside the bottom-sheet navigator.
Note: When I set the headerTitle=" " , it disappears, but I see that it becomes a space.
What I need is: Please verify the property headerShown and how it works.
The text was updated successfully, but these errors were encountered:
fregayeg
changed the title
A property "headerShown" is NOT controlling the header visibility
A property "headerShown" is NOT controlling the screen header visibility
Sep 13, 2022
Hello!
In my React Native app, I use some complex navigation logic, as follows:
As you see, the bottom-sheet navigator is wraped inside Root navigator which is of type native-stack.
Now the issue in code is : When I use Bottom-sheet navigator a screen inside Root navigator, and set
headerShow
as follows:When I run the app, I notice the existence of a default text "GlobalBottomSheet" as header on top of some screens (screens wrapped inside the bottom-sheet navigator.
Note: When I set the
headerTitle=" "
, it disappears, but I see that it becomes a space.What I need is: Please verify the property
headerShown
and how it works.The text was updated successfully, but these errors were encountered: