Move CONTRIBUTING guidelines to a standalone doc in the website.

Reviewed By: TheSavior

Differential Revision: D5448961

fbshipit-source-id: c8491b003413e8af22987ea578d6f7bbe1552b31
This commit is contained in:
Hector Ramos
2017-07-19 12:50:51 -07:00
parent 1e2a924ba6
commit d4e6bcd9cd
8 changed files with 288 additions and 196 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ category: Guides (iOS)
permalink: docs/native-modules-ios.html
banner: ejected
next: native-components-ios
previous: upgrading
previous: testing
---
Sometimes an app needs access to platform API, and React Native doesn't have a corresponding module yet. Maybe you want to reuse some existing Objective-C, Swift or C++ code without having to reimplement it in JavaScript, or write some high performance, multi-threaded code such as for image processing, a database, or any number of advanced extensions.