We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
my code like following:
<Router> <Modal hideNavBar> <Stack key="mainStack" > <Tabs key="tab" > <Scene key="home"/> </Tabs> <Scene key="some"/> </Stack> <Stack key="loginStack"> <Scene key="login"/> <Scene key="register"/> </Stack> </Modal> </Router>
When current scene is 'register', Actions.popTo('home') should back to 'home'
Actions.popTo('home')
When current scene is 'register', Actions.popTo('home') doesn't work. And In 4.0.0-beta.31, it works.
#3043 may cause this bug.
P.S.My English is poor. Sorry.
The text was updated successfully, but these errors were encountered:
Please check latest 4.0.0-beta.40, Example Login->Login2->login3->popToRoot uses popTo function
Sorry, something went wrong.
No branches or pull requests
Version
Code
my code like following:
Expected behaviour
When current scene is 'register',
Actions.popTo('home')
should back to 'home'Actual behaviour
When current scene is 'register',
Actions.popTo('home')
doesn't work.And In 4.0.0-beta.31, it works.
#3043 may cause this bug.
P.S.My English is poor. Sorry.
The text was updated successfully, but these errors were encountered: