mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
fix broken link to the Navigation Actions guide (#2809)
This commit is contained in:
parent
176a26baa8
commit
34ede7c79f
@ -22,7 +22,7 @@ Call this to link to another screen in your app. Takes the following arguments:
|
||||
|
||||
- `routeName` - A destination routeName that has been registered somewhere in the app's router
|
||||
- `params` - Params to merge into the destination route
|
||||
- `action` - (advanced) The sub-action to run in the child router, if the screen is a navigator. See [Actions Doc](navigation-actions) for a full list of supported actions.
|
||||
- `action` - (advanced) The sub-action to run in the child router, if the screen is a navigator. See [Actions Doc](Navigation-Actions.md) for a full list of supported actions.
|
||||
|
||||
```js
|
||||
class HomeScreen extends React.Component {
|
||||
|
Loading…
x
Reference in New Issue
Block a user