Skip to content

Commit

Permalink
Merge pull request facebook#484 from AndreLion/patch-1
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
amasad committed Mar 30, 2015
2 parents f3d5faf + f7f1d71 commit b77fad8
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 b77fad8

Please sign in to comment.