[ReactNative][Docs] Document how to link libraries

This commit is contained in:
Tadeu Zagallo
2015-03-27 03:12:55 +00:00
parent af447ffe15
commit dd9514200b
2 changed files with 55 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ title: Native Modules (iOS)
layout: docs
category: Guides
permalink: docs/nativemodulesios.html
next: debugging
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.