For context, I am getting ready to migrate an existing application from a custom deep-link solution to using react-navigation's linking support.
There are currently links out in the world for a given screen, but I would want to add a differently named link.
This would be easy to support if multiple configurations were supported for a given screen.
I have a working implementation of this on a fork, but wanted to make sure the idea was salient before attempting to contribute!
Would love to hear your thoughts on if something like this could be supported. Thanks for maintaining this library!