Fixes NavigationActions docs links

This commit is contained in:
Rich Gilbank 2017-05-05 09:52:47 -04:00 committed by Satyajit Sahoo
parent d4ce9b08ab
commit 4c953e0e8f

View File

@ -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.