With BottomBar #106
-
Is it possible to use the lib with bottom bar? |
Beta Was this translation helpful? Give feedback.
Answered by
KovalevAndrey
Aug 25, 2022
Replies: 1 comment 12 replies
-
Yes, absolutely. |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
mrakramov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, absolutely.
BottomNavigation
is just a composable function that has children asBottomNavigationItem
composable. You define how to handle onClick events. In this case you will need to addBottomNavigation
to the ParentNode view and perform routing operations likebackstack.push(..)
or any others in order to change routings when user clicks on the BottomNavigationItem.