From 71c812ae0e4ba7fb33dc3a797e9fd9749e0482ba Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Wed, 7 Jun 2017 14:56:19 -0700 Subject: [PATCH] Restore proper ordering of docs in the sidebar Summary: Quickfix: The ordering here was lost when a previous PR was merged. Closes https://github.com/facebook/react-native/pull/14378 Differential Revision: D5203833 Pulled By: hramos fbshipit-source-id: 9282a5a5c9aa81ae5e1f5fe6692192ac1db57c08 --- docs/ComponentsAndAPIs.md | 2 +- docs/MoreResources.md | 2 +- docs/PlatformSpecificInformation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ComponentsAndAPIs.md b/docs/ComponentsAndAPIs.md index ca2af1bdd2064b..44ba80cf8ecefb 100644 --- a/docs/ComponentsAndAPIs.md +++ b/docs/ComponentsAndAPIs.md @@ -4,7 +4,7 @@ title: Components and APIs layout: docs category: Guides permalink: docs/components-and-apis.html -next: handling-touches +next: platform-specific-code previous: more-resources --- diff --git a/docs/MoreResources.md b/docs/MoreResources.md index 996994d3904a16..71028c38b2e8e9 100644 --- a/docs/MoreResources.md +++ b/docs/MoreResources.md @@ -4,7 +4,7 @@ title: More Resources layout: docs category: The Basics permalink: docs/more-resources.html -next: platform-specific-code +next: components previous: network --- diff --git a/docs/PlatformSpecificInformation.md b/docs/PlatformSpecificInformation.md index 7c52d54aadf191..324d7b27d9e374 100644 --- a/docs/PlatformSpecificInformation.md +++ b/docs/PlatformSpecificInformation.md @@ -5,7 +5,7 @@ layout: docs category: Guides permalink: docs/platform-specific-code.html next: navigation -previous: more-resources +previous: components --- When building a cross-platform app, you'll want to re-use as much code as possible. Scenarios may arise where it makes sense for the code to be different, for example you may want to implement separate visual components for iOS and Android.