fix broken link
Summary: Closes https://github.com/facebook/react-native/pull/9033 Differential Revision: D3626602 fbshipit-source-id: 2a452fb36910f960e992d32bda58c40dad309b6a
This commit is contained in:
parent
8c0a045c0d
commit
b5ecc8da18
|
@ -12,7 +12,7 @@ This guide covers the various navigation components available in React Native. I
|
|||
|
||||
## Navigator
|
||||
|
||||
`Navigator` provides a JavaScript implementation of a navigation stack, so it works on both iOS and Android and is easy to customize. This is the same component you used to build your first navigation stack in the [navigators tutorial](docs/navigators.html).
|
||||
`Navigator` provides a JavaScript implementation of a navigation stack, so it works on both iOS and Android and is easy to customize. This is the same component you used to build your first navigation stack in the [navigators tutorial](docs/using-navigators.html).
|
||||
|
||||
![](img/NavigationStack-Navigator.gif)
|
||||
|
||||
|
|
Loading…
Reference in New Issue