Skip to content

Commit b8bac66

Browse files
authored
Merge pull request react-navigation#67 from emmajam/source
fixing broken links
2 parents e28cd88 + e099368 commit b8bac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-navigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The navigation prop passed down to a navigator only includes `state` and `dispat
3636

3737
All navigators are controlled components: they always display what is coming in through `props.navigation.state`, and their only way to change the state is to send actions into `props.navigation.dispatch`.
3838

39-
Navigators can specify custom behavior to parent navigators by [customizing their router](/docs/routers/). For example, a navigator is able to specify when actions should be blocked by returning null from `router.getStateForAction`. Or a navigator can specify custom URI handling by overriding `router.getActionForPathAndParams` to output a relevant navigation action, and handling that action in `router.getStateForAction`.
39+
Navigators can specify custom behavior to parent navigators by [customizing their router](/docs/custom-routers/). For example, a navigator is able to specify when actions should be blocked by returning null from `router.getStateForAction`. Or a navigator can specify custom URI handling by overriding `router.getActionForPathAndParams` to output a relevant navigation action, and handling that action in `router.getStateForAction`.
4040

4141
### Navigation State
4242

0 commit comments

Comments
 (0)