aksonov / aksonov/react-native-router-flux

Deep Link help

Aberta
#3,672 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
JavaScript
Estrelas
8.9k
Forks
2.1k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Hello, i followed the documentation to implement deeplinks as you see below, i have two pages, Main and AddGoal, my Main opens after it pulls all the user info

i wanted to add this AddGoal deeplink, indeed it opens my AddGoal Page using
"adb shell am start -a android.intent.action.VIEW -d "test://test/AddGoal/teste" com.test"

but after my app loads all the user data, it switches back to the Main screen, does anyone have any tip or tutorial how i could be on my AddGoal screen?, it would be very helpfull, see my code below, thank you !!!
``` const RouterComponent = () => {
return (






);
};
```

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.