Minimal Side Navigation Component for React

React Navigation is a standalone package that enables you to add navigation capabilities in a React Native application. React Navigation is developed in JavaScript and does not directly use the native navigation APIs for iOS and Android. Rather, it recreates a subset of their APIs.

React Minimal Side Navigation

The presentation and the transition between various screens are managed by using a component called React Native Navigation. There are two different methods of navigation that are integrated into mobile applications. These navigational patterns are called stack navigation and tabbed navigation.