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

can I reset two scenes #2800

Closed
2534290808 opened this issue Jan 16, 2018 · 2 comments
Closed

can I reset two scenes #2800

2534290808 opened this issue Jan 16, 2018 · 2 comments

Comments

@2534290808
Copy link

I hope that I can reset scenes like `
import { NavigationActions } from 'react-navigation'
const resetAction = NavigationActions.reset({
index: 1,
actions: [
NavigationActions.navigate({ routeName: 'Profile'}),
NavigationActions.navigate({ routeName: 'Settings'})
]
})
this.props.navigation.dispatch(resetAction)
how I can modify your plugin?

@Frexuz
Copy link

Frexuz commented Jan 17, 2018

+1

@aksonov
Copy link
Owner

aksonov commented Aug 8, 2018

Sorry, it is not supported.

@aksonov aksonov closed this as completed Aug 8, 2018
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

3 participants