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

fix(NavBar): don't render custom BackButton if root nav state #998

Merged
merged 1 commit into from
Aug 4, 2016

Commits on Aug 1, 2016

  1. fix(NavBar): don't render custom BackButton if root nav state

    Avoid rendering a custom `BackButton` if the default implementation
    should avoid rendering, such as when the current scene is the root
    scene. Since main `state` isn't being passed to the custom component
    we have no way (that I'm aware of) of determining whether it should
    actually render a back button.
    blackxored committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    cb566f2 View commit details
    Browse the repository at this point in the history