...

/

What is React Native Navigation?

What is React Native Navigation?

Learn about the different types of navigators in React Native.

We'll cover the following...

React navigation

Up until now, we have only created single-screen apps. Now we’ll create apps with multiple screens. React Navigation is a library that helps us create navigation components in our apps. Some of the different types of navigators in React Navigation are:

  • StackNavigator
  • TabNavigator
...