Skip to content
This repository was archived by the owner on Feb 15, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,10 @@ export default function goHome() {
let navigatorUID = Store.getState().navigation.currentNavigatorUID;
Store.dispatch(NavigationActions.push(navigatorUID, Router.getRoute('home')))
}

export default function jumpToProfileTab() {
Store.dispatch(NavigationActions.jumpToTab("main", {key: "profile"})) //assuming root tab navigatorUID is "main"and id of tab is "profile"
}
```

### Screen Tracking / Analytics
Expand Down