How do I use routing in expo

Good day guys, please how do I use routing in my expo managed project…

Please I need urgent help

I think most people use React Navigation.
If you want to see an example, run expo init to create a new project and choose the “tabs” template.

Otherwise follow the tutorial in the React Navigation docs.

1 Like

Wow great, please have you tried react-router-native before in expo before??

Sorry, I have not.

  1. Install Router . To begin with, we need to install the router.
    2)Entire Application. Since we want our router to handle the entire application , we will add it in index.
    3)Add Router. Now we will create the Routers component inside the components folder.
    4)Create components.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.