Replies: 2 comments 5 replies
-
hello the solution is simple |
Beta Was this translation helpful? Give feedback.
-
I have found another solution for this case. Whenever I am in HomeScreen, I send an event to StartViewModel to change uiState (isNavBarVisible to false), and on StartScreen just observe uiState and wrap BottonNavBar in if state. In this case, I am not using callbacks and it is cleaner for me. I can add code example if needed |
Beta Was this translation helpful? Give feedback.
-
What solution should I use to hide the bottom navigation on a specific screen?
Beta Was this translation helpful? Give feedback.
All reactions