Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Add in public openRoute method for Router#12

Open
jonmorehouse wants to merge 2 commits into
t4t5:masterfrom
jonmorehouse:master
Open

Add in public openRoute method for Router#12
jonmorehouse wants to merge 2 commits into
t4t5:masterfrom
jonmorehouse:master

Conversation

@jonmorehouse
Copy link
Copy Markdown

Resolves #11

Allows you to have shared route opening methods from the parent class containing the react-native-router instance.

@joeferraro
Copy link
Copy Markdown

thanks for this @jonmorehouse, needed this for an app with a global sidenav

@MossP
Copy link
Copy Markdown

MossP commented May 13, 2015

Thanks for this @jonmorehouse . But how do you then call this from the parent?

edit Actually, I'm not sure that this is what I need. Does this allow you to change the internal route of the router from the parent class that called the --Router firstRoute={myRoute}-- ? I'd like to be able to popToRoot of the navigator when the TabBarButton is reselected. I have it working from children of the Router, but not from the parent.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ability to openRoute from component containing Router

3 participants