Tab-based Navigation
Learn how to navigate in React Native applications using tabs.
We'll cover the following
Tab-based navigation is another form of navigation that is used in many mobile applications, such as Twitter, Facebook, and Instagram. In this approach, a certain number of tabs are grouped either at the bottom (as a footer), or the top of the application (as a header), and clicking on each tab routes the user to a specific screen of the application. The illustration below shows how tab-based navigation works.
Get hands-on with 1400+ tech skills courses.