mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
Fixes NavigationActions docs links
This commit is contained in:
parent
d4ce9b08ab
commit
4c953e0e8f
@ -5,11 +5,11 @@ All Navigation Actions return an object that can be sent to the router using `na
|
||||
Note that if you want to dispatch react-navigation actions you should use the action creators provided in this library.
|
||||
|
||||
The following actions are supported:
|
||||
* [Navigate](#navigate) - Navigate to another route
|
||||
* [Reset](#reset) - Replace current state with a new state
|
||||
* [Back](#back) - Go back to previous state
|
||||
* [Set Params](#setparams) - Set Params for given route
|
||||
* [Init](#init) - Used to initialize first state if state is undefined
|
||||
* [Navigate](#Navigate) - Navigate to another route
|
||||
* [Reset](#Reset) - Replace current state with a new state
|
||||
* [Back](#Back) - Go back to previous state
|
||||
* [Set Params](#SetParams) - Set Params for given route
|
||||
* [Init](#Init) - Used to initialize first state if state is undefined
|
||||
|
||||
### Navigate
|
||||
The `Navigate` action will update the current state with the result of a `Navigate` action.
|
||||
|
Loading…
x
Reference in New Issue
Block a user