How Do I Deep Link On a Simulator?

I am getting an error:

There was a problem loading the requested app.

exp://localhost:19000

I read the docs on how to deep link on the expo client (https://docs.expo.io/versions/latest/workflow/linking#linking-to-your-app) but I am still getting the above error when deep linking to the app from a WebBrowser.

To get it working on an iOS device, I ran expo start --tunnel which made deep links work locally.

Does anyone know how to deep link while on a simulator?

Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.