UPDATE:
react-navigation web support is done. follow this: https://reactnavigation.org/docs/en/web-support.html
ORIGIN:
I try to share my code between react-native and web. when I try react-native-web, it works well. but there is only one question, how to access the specific screen from URL? I read the react-navigation docs, there nothing about that. and react-router-native can catch the web URL, but it has navigator likes StackNavigator/DrawerNavigator. and idea about that?
来源:https://stackoverflow.com/questions/49186634/how-to-use-react-native-web-and-react-navigation-together-and-access-from-web-ur