Can I use react router with expo in a react native mobile app ?(https://reactrouter.com/native/guides/quick-start)

Hello,

I have started a react native app with create-react-native-app and expo.

I am trying to install and use react-router library in my app but face some issues. Do you if it’s possible to use react-router(React Router: Declarative Routing for React.js) in a react-native app ? Thank you

i don’t know if they actually maintain that, i don’t know what issues you’re facing but it could be that it’s not working properly with react-native anymore. i would recommend using react-navigation instead, it is much more well suited for building ios and android applications.

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