[Android] Allow more than 6 screens #338
Closed
sidorchukandrew
started this conversation in
Ideas
Replies: 3 comments
-
I just tried it and it works! I'll try with default navigator too now. |
Beta Was this translation helpful? Give feedback.
0 replies
-
And it works with the Material 3 navigator. I can set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to add more than 6 screens to
<BottomNavigationView />
. My app has a custom tab bar that's visible no matter what screen you're on, but makes sure to only show 5 items in the tab bar. I love the transitions between screens, but I'm not able to add any more than 6 to the navigator. I came across this comment that suggests we can override thegetMaxItemCount
.Beta Was this translation helpful? Give feedback.
All reactions