aksonov / aksonov/react-native-router-flux

Deep Link help

Open
#3,672 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8.9k
Forks
2.1k
PR merge metrics
No merged PRs in 30d

Description

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 (






);
};
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.