How do I access the app via a Url?

Asked

Viewed 95 times

2

I want to access a screen in my app project, by mobile, through a URL that was sent to the email.

The project is being developed at the expo and I am trying to use the "linking" of the expo same, I consulted the documentation of the expo about linking (https://docs.expo.io/versions/latest/workflow/linking/), but I couldn’t get the exact screen to open.

In app.json is like this:

"expo":{
 "scheme": "myApp",
}

On the route I left so:

TrocaSenha: {
 screen: TrocaSenha, 
 path: "trocaSenha/"
}

I’m trying to access through a URL like this

<a href="myApp://trocaSenha"> Acessar </a>

But when I access the link on the mobile phone it opens the main screen of the project and not the password exchange screen.

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.