Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlexeyTsutsoev/b0945b35adbe6f58e5899d503d7b82ab to your computer and use it in GitHub Desktop.
Save AlexeyTsutsoev/b0945b35adbe6f58e5899d503d7b82ab to your computer and use it in GitHub Desktop.
navigation reset example
navigation.dispatch(
CommonActions.reset({
index: 0,
routes: [
{
name: 'protected',
state: {
index: 0,
routes: [
{
name: 'mainTabs',
state: {
index: 0,
routes: [
{
name: 'home',
},
],
},
},
],
},
},
],
}),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment