Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPDATE: Pop tab children when tab is selected #729

Closed
wants to merge 3 commits into from

Conversation

olliepop
Copy link
Contributor

Fixes #717 by adding a prop (default: false, see updated docs) popChildrenOnSelect

If the prop popChildrenOnSelect is set to true on the tab child Scene, then pop all children in the stack to go back to the initial scene for this tab when it is selected again.

I have also fixed an issue where React 15.1.0 was being updated in new installs of Example, causing an error super expression must either be null or a function not undefined

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @joenoon, @adrianmc and @sarovin to be potential reviewers

@olliepop
Copy link
Contributor Author

Actions.pop() isn't working in Example so closing until i fix that

@olliepop olliepop closed this May 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tapping a tab should navigate to the default scene for that scene group
2 participants