Add ability to configure linking separately for each prefix either through passing prefix in getStateFromPath function like:
getStateFromPath(prefix, path, options)
or in linking object like:
{
prefixes: [...],
screens
},
{
prefixes: [...]
screens
}