The Tab Navigator

Interact with the code editor to learn about the Tab Navigator.

We'll cover the following...

In this lesson, we’ll create a Tab Navigator. The basic structure of a tab navigator is the same as a stack navigator, but with a few differences.

Press + to interact
Tabs
Tabs
{
  "12bb71342c6255bbf50437ec8f4441c083f47cdb74bd89160c15e4f43e52a1cb": true,
  "40b842e832070c58deac6aa9e08fa459302ee3f9da492c7e77d93d2fbf4a56fd": true
}
Tab navigator example

Note: Once the server starts, click the URL next to “Your app can be found at:” to view the output.

Code explanation

Let’s go through the different components.

The App.js

...