We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 025575a + 23a9a22 commit 8352727Copy full SHA for 8352727
docs/custom-navigators.md
@@ -140,7 +140,7 @@ A scene descriptor has the following properties:
140
- `getComponent`, a function that returns the component for the screen
141
- `options`, the flattened navigationOptions for the route
142
- `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`)
+- `state`, the navigation state for the child screen (a shortcut for `navigation.state`)
144
- `key`, the key of the route (a shortcut for `navigation.state.key`)
145
146
0 commit comments