11

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!!

Balasubramanian
  • 5,274
  • 6
  • 33
  • 62

1 Answers1

2

Maybe you can check this implementation

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

jcvalerio
  • 119
  • 5
  • i also want to know, react-navigation lib will navigate in web but it also showing back button after navigation so if want to use the browser back button then how can i achieve for web – Darshan May 13 '21 at 14:42