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

Minimize android app from initial screen not working #2494

Closed
vishnuc opened this issue Oct 11, 2017 · 1 comment
Closed

Minimize android app from initial screen not working #2494

vishnuc opened this issue Oct 11, 2017 · 1 comment

Comments

@vishnuc
Copy link

vishnuc commented Oct 11, 2017

I have two scenes like below

render() {
    return <Router> 
      <Scene key="root">
 	      <Scene key="Feed" component={Feed}   initial={true}  hideNavBar={true} />
 	      <Scene key="Refer"   headerTitle={Refer} gesturesEnabled={true} hideNavBar={true} component={Refer}   />
        </Scene>
    </Router>;
  }
}

When I am in Refer page and When I press back button , Its working fine and navigating to Feed page , I want app to minimize if I press back again in Feed page , but its not working

@aksonov
Copy link
Owner

aksonov commented Oct 17, 2017

Duplicate of #2487

@aksonov aksonov marked this as a duplicate of #2487 Oct 17, 2017
@aksonov aksonov closed this as completed Oct 17, 2017
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

No branches or pull requests

2 participants