Update Guide-Quick-Start.md (#3015)

This commit is contained in:
londonoliver
2017-11-20 23:34:39 -08:00
committed by Vojtech Novak
parent 93dd28749d
commit 7ae6908428

View File

@@ -88,7 +88,7 @@ const RootNavigator = StackNavigator({
export default RootNavigator;
```
Finally, we should be able to navigate from the home screen to the details screen. When you register a component with a navigator that component will then have a `navigation` prop added to it. This `navigation` prop drives how we use move between different screens.
Finally, we should be able to navigate from the home screen to the details screen. When you register a component with a navigator that component will then have a `navigation` prop added to it. This `navigation` prop drives how we move between different screens.
To move from the home screen to the details screen we'll want to use `navigation.navigate`, like so: