react-router has all the common components for react-router-dom and react-router-native.
You should use react-router-dom if you are building for the web and it should have everything you need as it also exports the common components you'll need.
If you're using React Native, use react-router-native should have everything you need for the same reason.
Most helpful comment
react-routerhas all the common components forreact-router-domandreact-router-native.You should use
react-router-domif you are building for the web and it should have everything you need as it also exports the common components you'll need.If you're using React Native, use
react-router-nativeshould have everything you need for the same reason.