© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Vladimir Mourn
Newbie android dev
Mr Vincent, for some reasons i got stuck. Android Studio cant recognize BottomNavigation{...} within BottomBarNavigation composable. Where could i make mistake? I would be gratefull if you helped me
Vincent Tsen
Native Android Kotlin Developer
Sorry, I'm not sure if I can help here. Do you have this import here?
import androidx.compose.material.BottomNavigation
If this import doesn't work, you're probably using a different material design version than this example.
Vincent Tsen i have found out what it was. In material3 there is no BottomNavigation anymore. It was replaced with a BottomBar. Thx anyways)