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
Tell us which versions you are using:
Actions.reset("home") should navigate to Scene with "home" key.
Red Screen Error:There is no route for key home . must be one of drawer
Android: `
<Drawer hideNavBar key="drawer" open={this.state.show_drawer} type="overlay" content={<SideBar toggle_drawer={this.toggle_drawer}/>} drawerWidth={200} tapToClose={true} openDrawerOffset={0.6} closedDrawerOffset={-3} > <Scene hideNavBar={true} key="home" onEnter={this.state.is_authenticated} component={HomeScreen} /> </Drawer> </Stack> </Router>
`
The text was updated successfully, but these errors were encountered:
https://files.slack.com/files-tmb/T491AE9NX-FALHQHGTZ-1af647b5d2/screenshot_20180507-204320_1024.jpg
Sorry, something went wrong.
It is not correct usage of reset - you are trying to make home only one scene of the app, but it is not true - drawer is top-level within your Example
reset
home
drawer
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
Actions.reset("home") should navigate to Scene with "home" key.
Actual behaviour
Red Screen Error:There is no route for key home . must be one of drawer
Steps to reproduce
Android:
`
`
The text was updated successfully, but these errors were encountered: