Bottom navigation is a bar at the bottom of mobile screens with 3-5 tabs representing the app's main sections. Each tab has an icon and label, and users can switch between sections with one tap. It's the most thumb-friendly navigation pattern for mobile apps because the buttons are within easy reach. Common in mobile-first consumer apps.
Use bottom navigation for mobile apps with 3-5 main sections that users switch between frequently (like Instagram: Home, Search, Reels, Shop, Profile). It's ideal when all sections are equally important and users need quick access. Avoid if you have more than 5 sections or if your app is primarily desktop/web.
Navigation Patterns
Mobile tab bar—thumb-friendly navigation, 3-5 primary actions, always visible, iOS/Android standard