Skip to main content
Version: 7.x

Next steps

You are now familiar with how to create a stack navigator, configure it on your screen components, navigate between routes, and display modals. Stack navigators and their related APIs will be the most frequently used tools in your React Navigation toolbelt, but there are problems that they don't solve. For example, you can't build tab-based navigation using a stack navigator — for that, you need to use a Bottom Tabs Navigator.

You can check out the "Navigators" section in the sidebar to learn more about the different navigators available in React Navigation.

The rest of the documentation is organized around specific use cases, so you can jump between the sections under "Guides" as the need arises (but it also wouldn't hurt you to familiarize yourself with them pre-emptively!).

Some of the guides you may want to check out are:

While most users won't need to do this, if you are curious and want to learn more about how React Navigation works, it's recommended to work through the Navigation State reference and Build your own Navigator sections.

Good luck!