Created
April 16, 2021 12:28
-
-
Save flayder/b60f4bde8505953e549b85af948f16c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
navigation.reset({ | |
index: 1, | |
routes: [ | |
{ | |
name: 'Screen1', | |
state: { | |
routes: [{ name: 'Tab2' }], | |
}, | |
}, | |
{ | |
name: 'Screen1', | |
state: { | |
routes: [ | |
{ | |
name: 'Tab2', | |
state: { | |
routes: [{ name: 'Screen5' }, { name: 'Screen4' }] | |
}, | |
}, | |
], | |
}, | |
}, | |
], | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment