Deep Linking prefix

I’ve been trying to get setup with deep links, but I can only seem to get them to work by using the -- prefix:

this does not work: https://exp.host/{myhandle}/{myapp}/home/profile/123
this works: https://exp.host/{myhandle}/{myapp}/--/home/profile/123

I noticed that the makeUrl utility appends this to urls as well, but see no mention of it anywhere in the docs, and preferably I would like to link to my app without this – any ideas?

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