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 15:34:59 -07:00
parent c62b9f645e
commit 522f4a5c6a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
---
+1 -1
View File
@@ -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
---
+1 -1
View File
@@ -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.