Skip to content

Commit 8352727

Browse files
authored
Merge pull request react-navigation#166 from deb0ch/patch-1
Fix scene descriptor documentation
2 parents 025575a + 23a9a22 commit 8352727

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
@@ -140,7 +140,7 @@ A scene descriptor has the following properties:
140140
- `getComponent`, a function that returns the component for the screen
141141
- `options`, the flattened navigationOptions for the route
142142
- `navigation`, the child navigation prop, including actions and the route `state`
143-
- `route`, the navigation state for the child screen (a shortcut for `navigation.state`)
143+
- `state`, the navigation state for the child screen (a shortcut for `navigation.state`)
144144
- `key`, the key of the route (a shortcut for `navigation.state.key`)
145145

146146

0 commit comments

Comments
 (0)