mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
Fix links from networking to navigation in The Basics.
Summary: Fixes #8611. Once this lands, we may want to cherry-pick it into 0.29 to fix the broken links. Closes https://github.com/facebook/react-native/pull/8698 Differential Revision: D3544388 Pulled By: JoelMarcey fbshipit-source-id: d5132b112e3079d1fd9ab6d84ff1a4328bee871f
This commit is contained in:
parent
1db781316b
commit
b33424e5ed
@ -4,7 +4,7 @@ title: Networking
|
||||
layout: docs
|
||||
category: The Basics
|
||||
permalink: docs/network.html
|
||||
next: navigators
|
||||
next: using-navigators
|
||||
---
|
||||
|
||||
Many mobile apps need to load resources from a remote URL. You may want to make a POST request to a REST API, or you may simply need to fetch a chunk of static content from another server.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
id: navigators
|
||||
id: using-navigators
|
||||
title: Using Navigators
|
||||
layout: docs
|
||||
category: The Basics
|
Loading…
x
Reference in New Issue
Block a user