Summary: Navigation

Here's a quick summary of what we learned in this chapter.

We'll cover the following

What have we learned?

This chapter started with a brief introduction to navigation in React Native, and we learned about the different types of navigation that can be added to applications.

We then moved on to discuss each type of navigation and how they work in detail. We briefly discussed stack-based, tab-based, and drawer-based navigation types. We learned:

  • What libraries are required for setting up navigations in React Native.

  • How to set up navigation types.

  • How to add different screens and their details while setting up types of navigation.

  • How to customize and configure the screens inside the navigators.

  • How to pass and access route parameters while navigating.

Finally, we tested our concepts by practically applying them inside coding playgrounds.

Get hands-on with 1200+ tech skills courses.