Reputation: 5530
Need to reuse the react-navigation
code from mobile to react-native-web
. But I could not able to get it work in web.
Should we need to use react-router
for web separately?
How can we configure navigation commonly for both platform? I would love to see an example of this! It would be super helpful. Thank you!!
Upvotes: 11
Views: 8399
Reputation: 129
Maybe you can check this implementation
Using React Native, React Native Web and React Navigation in a single project
Upvotes: 2