mattinger
05/30/2025, 7:58 PMjava.lang.IllegalArgumentException: Maximum number of items supported by BottomNavigationView is 5. Limit can be checked with BottomNavigationView#getMaxItemCount()
When i use the NavigationBar material 3 composable, it does not enforce that constraint, and it just simply tries to squish all the items into the navigation bar.
I'm curious why there is a disconnect between the two?