Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. const navigateAction = StackActions.reset({
  2. index: 0,
  3. actions: [NavigationActions.navigate({ routeName: 'Auth' })],
  4. key: null,
  5.  
  6. })
  7. this.props.navigation.dispatch(navigateAction)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement