Can i use react router native with expo?

Specifically i want to use react router navigation which relies heavily on react router native, i wonder would it work with expo?

Hey @ibza

If this is the library you are referring to: https://github.com/LeoLeBras/react-router-navigation Yes, you can use react-router-navigation with an Expo project.

A good rule of thumb to determine if a library can be used with a standard Expo project is to look if it requires you to run react-native link or make any manual native code modifications. If it does, it’s most likely not going to be compatible with Expo.

Cheers,

Adam

1 Like

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