Balasubramanian
Balasubramanian

Reputation: 5530

react-navigation for react-native-web?

Need to reuse the react-navigation code from mobile to react-native-web. But I could not able to get it work in web.

enter image description here

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

Answers (1)

jcvalerio
jcvalerio

Reputation: 129

Maybe you can check this implementation

Using React Native, React Native Web and React Navigation in a single project

Upvotes: 2

Related Questions