fix broken link
Summary: fix broken link Closes https://github.com/facebook/react-native/pull/13459 Differential Revision: D4875311 Pulled By: javache fbshipit-source-id: 73f6dc03a088237f660dcea9f3444746373d8ff9
This commit is contained in:
parent
a97f494bf1
commit
a6df7a6ce7
|
@ -130,4 +130,4 @@ ws.onclose = (e) => {
|
|||
};
|
||||
```
|
||||
|
||||
Your app can now display all sorts of data and you may soon need to organize this content into several screens. To manage the transition between these screens, you will need to learn about [navigators](docs/using-navigators.html).
|
||||
Your app can now display all sorts of data and you may soon need to organize this content into several screens. To manage the transition between these screens, you will need to learn about [navigators](docs/navigation.html).
|
||||
|
|
Loading…
Reference in New Issue