From a24123b95046716457f0cfb6a535ed1623ec86e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Bo=CC=81rquez?= Date: Sun, 29 Mar 2015 02:23:40 -0600 Subject: [PATCH] Fix "next" link on NativeModules --- docs/NativeModulesIOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NativeModulesIOS.md b/docs/NativeModulesIOS.md index d0f491eba..f1bd00c72 100644 --- a/docs/NativeModulesIOS.md +++ b/docs/NativeModulesIOS.md @@ -4,7 +4,7 @@ title: Native Modules (iOS) layout: docs category: Guides permalink: docs/nativemodulesios.html -next: libraries +next: linking-libraries --- Sometimes an app needs access to platform API, and React Native doesn't have a corresponding wrapper yet. Maybe you want to reuse some existing Objective-C or C++ code without having to reimplement it in JavaScript. Or write some high performance, multi-threaded code such as image processing, network stack, database or rendering.