I'm trying to use react-navigation
and react-native-web
as described in https://reactnavigation.org/docs/en/web-support.html (nothing much.. just says it's possible)
If a user sends a link to his friend example.com/some/path
I'd like to show him correct screen.
How can I achieve that using react-navigation? Can you read url and render the correct screen?