Update Screen-Nav-Options.md (#218)

fix link
This commit is contained in:
Taylor Hurt
2017-02-07 16:01:46 -05:00
committed by Satyajit Sahoo
parent 80016d2fe8
commit 1c6c4c4c29

View File

@@ -19,7 +19,7 @@ class MyScreen extends React.Component {
Or, each option can be a function that takes the following arguments, and returns the value of the option.
- `navigation` - the [navigation prop](/docs/intro/navigation-prop) for the screen, with the screen's route at `navigation.state`
- `navigation` - the [navigation prop](/docs/navigators/navigation-prop) for the screen, with the screen's route at `navigation.state`
- `childRouter` - The child router, if the screen is a navigator
```js