79552069

Date: 2025-04-03 05:32:03
Score: 0.5
Natty:
Report link

When working with Voyager and Tabs

You can navigate from tab to tab like this: (Bottom Tab bar visible)

val navigator = LocalNavigator.currentOrThrow
navigator.push(NextTabScreen)
You can navigate to the regular screen from the tab ( Bottom Tab bar is not visible) 

val navigator = LocalNavigator.currentOrThrow
navigator.parent.push(NextRegularScreen("some message"))

This navigates to another regular screen that is implemented from the Screen.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Shaxriyor Xusinov