Fix "next" link on NativeModules

This commit is contained in:
Javier Bórquez 2015-03-29 02:23:40 -06:00
parent a8e3b021b8
commit a24123b950
1 changed files with 1 additions and 1 deletions

View File

@ -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.