File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Each `screen` component in your app is provided with the `navigation` prop autom
8
8
9
9
- ` navigation `
10
10
- ` navigate ` - go to another screen, figures out the action it needs to take to do it
11
- - ` reset ` - wipe the navigator state and replace it with a new route
11
+ - ` reset ` - replace the navigation state of the navigator to the given state
12
12
- ` goBack ` - close active screen and move back in the stack
13
13
- ` setParams ` - make changes to route's params
14
14
- ` dispatch ` - send an action object to update the [ navigation state] ( navigation-state.md )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Each `screen` component in your app is provided with the `navigation` prop autom
8
8
9
9
- ` navigation `
10
10
- ` navigate ` - go to another screen, figures out the action it needs to take to do it
11
- - ` reset ` - wipe the navigator state and replace it with a new route
11
+ - ` reset ` - replace the navigation state of the navigator to the given state
12
12
- ` goBack ` - close active screen and move back in the stack
13
13
- ` setParams ` - make changes to route's params
14
14
- ` dispatch ` - send an action object to update the [ navigation state] ( navigation-state.md )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The `navigation` object contains various convenience functions that dispatch nav
11
11
12
12
- ` navigation `
13
13
- ` navigate ` - go to another screen, figures out the action it needs to take to do it
14
- - ` reset ` - wipe the navigator state and replace it with a new route
14
+ - ` reset ` - replace the navigation state of the navigator to the given state
15
15
- ` goBack ` - close active screen and move back in the stack
16
16
- ` setParams ` - make changes to route's params
17
17
- ` dispatch ` - send an action object to update the [ navigation state] ( navigation-state.md )
You can’t perform that action at this time.
0 commit comments