diff --git a/docs/ComponentsAndAPIs.md b/docs/ComponentsAndAPIs.md index ca2af1bdd20..44ba80cf8ec 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 996994d3904..71028c38b2e 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 7c52d54aadf..324d7b27d9e 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.