Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

BottomBar View take space from screen even it is not visible on IOS

$
0
0

we have a NavigationContainer that contain both the pages and the bottom bar, the bottom bar is visible only on some page (we control that using hook that listen to screenListeners when get changed), the issue is when we navigate to a page that doesn't have a bottom bar, the bottom bar still take space (the same height when it is visible) from the screen even it is not visible, is there a way to solve that?

NavigationContainer

or how can we listen to navigation.navigate so we can hide the bottom bar from the tree before the navigation happen?


Viewing all articles
Browse latest Browse all 6287

Trending Articles