How to get static deep link for development?

I need a static deep link for development to use for Oauth redirect with a 3rd party ( Cognito )

I have used Linking.makeUrl() but this returns a deep link with a dynamic local ipaddress
exp://10.0.0.107:19000 that will not be consistent for other developers on the team.

The documentation at:
https://docs.expo.io/versions/latest/workflow/linking/#linking-module

Says the various environment links look like

* *Published app in Expo client* :  `exp://exp.host/@community/with-webbrowser-redirect`

* *Published app in standalone* :  `myapp://`

* *Development* :  `exp://wg-qka.community.app.exp.direct:80`

I have tried that Development link but it fails to open.

Iā€™m assuming that link is incorrect and a place holder.

1 Like