aksonov / aksonov/react-native-router-flux
Deep Link help
- 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
Avaliação
Esta issue ainda não foi avaliada.