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
This commit is contained in:
Hector Ramos 2017-06-07 14:56:19 -07:00 committed by Facebook Github Bot
parent f42f2dff37
commit 71c812ae0e
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ title: Components and APIs
layout: docs layout: docs
category: Guides category: Guides
permalink: docs/components-and-apis.html permalink: docs/components-and-apis.html
next: handling-touches next: platform-specific-code
previous: more-resources previous: more-resources
--- ---

View File

@ -4,7 +4,7 @@ title: More Resources
layout: docs layout: docs
category: The Basics category: The Basics
permalink: docs/more-resources.html permalink: docs/more-resources.html
next: platform-specific-code next: components
previous: network previous: network
--- ---

View File

@ -5,7 +5,7 @@ layout: docs
category: Guides category: Guides
permalink: docs/platform-specific-code.html permalink: docs/platform-specific-code.html
next: navigation 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. 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.