Shared URLs also work on mobile.
If a deep link to a shared URL is received while the app is running, React Navigation will automatically open it in the current tab.
So users stay on the tab they were already on, instead of switching tabs to open the screen.
Working on automatic shared URLs with React Navigation's static config.
If the same screen appears in multiple navigators with the same path pattern, it'll be marked as shared automatically.
So the screen keeps one URL, even when it lives in different navigators.