Skip to content

Commit

Permalink
Merge pull request facebook#433 from javierbyte/master
Browse files Browse the repository at this point in the history
Fix "next" link on NativeModules doc
  • Loading branch information
vjeux committed Mar 29, 2015
2 parents a8e3b02 + a24123b commit cd695a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/NativeModulesIOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cd695a3

Please sign in to comment.