Fix typo in screen navigation prop (#111)

This commit is contained in:
Kees Kluskens
2017-01-31 14:47:28 +01:00
parent de9708358b
commit 8522bcd06d

View File

@@ -32,7 +32,7 @@ class HomeScreen extends React.Component {
## `state` - The screen's current state/route
A screen has access to it's route via `this.props.navigation.state`. Each will contain:
A screen has access to its route via `this.props.navigation.state`. Each will contain:
- `routeName` - the name of the route config in the router
- `key` - a unique identifier used to sort routes