We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NavigationScene support multiple backStack via add a NavigationScene to GroupScene
create a new NavigationScene
val navigation = NavigationScene().apply { setArguments( NavigationSceneOptions(RootScene::class.java) .toBundle() ) }
add to your GroupScene