Localized paths for linking
complete
satya164
marked this post as
complete
Deep links now support aliases: https://reactnavigation.org/docs/configuring-links/#alias-for-paths
To prefix whole URL, it's also possible to provide a
path
at top level in linking config
, e.g. path: locale
https://reactnavigation.org/docs/configuring-links/#apps-under-subpathsPhilipp Kursawe
I am currently overriding the
getStateFromPath
in my linking config and rewrite the incoming path, based on some rules and then hand it of to the default getStateFromPath
implementation.Works great.