DEV Community

skptricks
skptricks

Posted on

Navigating Between Screens or Activities Using React Navigation Library - Android

Post Link : Navigating Between Screens or Activities Using React Navigation Library - Android

This tutorial explains how to move or navigate from one screen to another using React Navigation Library in react native application. In a web browser, you can link to different pages using an anchor (a) tag. When the user clicks on a link, the URL is pushed to the browser history stack. When the user presses the back button, the browser pops the item from the top of the history stack.
Similarly, React Navigation's stack navigator provides a way for your app to transition between screens and manage navigation history.React Navigation is that React Navigation's stack navigator provides the gestures and animations that you would expect on Android and iOS when navigating between routes in the stack.

Navigating Between Screens or Activities Using React Navigation Library - Android

Top comments (0)