Split iOS and Android docs into different categories

This commit is contained in:
Nikita Gusakov
2015-09-18 20:54:05 +03:00
parent 4af2501e8e
commit e55b373a61
12 changed files with 29 additions and 29 deletions

View File

@@ -1,10 +1,10 @@
---
id: embedded-app-ios
title: Integrating with Existing Apps (iOS)
title: Integrating with Existing Apps
layout: docs
category: Guides
category: Guides (iOS)
permalink: docs/embedded-app-ios.html
next: javascript-environment
next: native-modules-android
---
Since React makes no assumptions about the rest of your technology stack its commonly noted as simply the `V` in `MVC` its easily embeddable within an existing non-React Native app. In fact, it integrates with other best practice community tools like [CocoaPods](http://cocoapods.org/).