Linking with custom uri in dev mode

Hi everyone,

I’m currently working on an app to share video a bit like snapchat.
I would like to send messages via other apps that link to my app to a particular video. So I use Linking from expo to handle the uri scheme. My problem is that I can’t find the way to handle custom uri in expo app to try the process before production.

When I pass the uri:
exp://expo.io/@colin.jeansaunier/joinme/–/event/{{id}}

It’s opening the app but I can’t find the custom part with Linking.parse().

I didn’t find any things in the doc or it does not work for me, I’m on the SDK 27 and use react-navigation.
I’ve already look for a lot of tutorials or stackoverflow issues …I probably don’t look in the right place to find informations.

Is there somebody that can explain to me how to handle the deeplink with expo and custom uri in dev mode or give a link with explanation.

Hey @colin.jeansaunier,

Can you share a repro case of this in a Snack or a github repo? It’s hard to see what’s going on without some code.

Cheers,

Adam

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