需要将react-navigation
代码从移动端重用到react-native-web
. 但我无法让它在网络上工作。
我们是否需要react-router
单独用于 web ?
我们如何为两个平台共同配置导航?我很想看到一个这样的例子!这将非常有帮助。谢谢!!
需要将react-navigation
代码从移动端重用到react-native-web
. 但我无法让它在网络上工作。
我们是否需要react-router
单独用于 web ?
我们如何为两个平台共同配置导航?我很想看到一个这样的例子!这将非常有帮助。谢谢!!
The above answers are quite old now I'd say as react-navigation has upgraded itself quite a bit since then.
react-navigation v4 has intensive support for react native web, now you don't need to maintain two separate navigation objects for web and app.
This blog explains it in detail. https://codersera.com/blog/how-to-do-navigation-in-react-native-web-in-2020/