From 2fbe3c01ad71902d5341ced774f23b16b5df1acb Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sun, 29 Mar 2015 08:07:32 -0700 Subject: [PATCH] fix website --- docs/NativeModulesIOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NativeModulesIOS.md b/docs/NativeModulesIOS.md index f1bd00c72..d0f491eba 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: linking-libraries +next: 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.