Skip to content

With BottomBar #106

Answered by KovalevAndrey
mrakramov asked this question in Q&A
Aug 25, 2022 · 1 comments · 12 replies
Discussion options

You must be logged in to vote

Yes, absolutely. BottomNavigation is just a composable function that has children as BottomNavigationItem composable. You define how to handle onClick events. In this case you will need to add BottomNavigation to the ParentNode view and perform routing operations like backstack.push(..) or any others in order to change routings when user clicks on the BottomNavigationItem.

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@mrakramov
Comment options

@Wysel
Comment options

@Wysel
Comment options

@Jparrgam
Comment options

@KovalevAndrey
Comment options

Answer selected by mrakramov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants