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: native-components-ios
title: Native UI Components (iOS)
title: Native UI Components
layout: docs
category: Guides
category: Guides (iOS)
permalink: docs/native-components-ios.html
next: native-components-android
next: linking-libraries-ios
---
There are tons of native UI widgets out there ready to be used in the latest apps - some of them are part of the platform, others are available as third-party libraries, and still more might be in use in your very own portfolio. React Native has several of the most critical platform components already wrapped, like `ScrollView` and `TextInput`, but not all of them, and certainly not ones you might have written yourself for a previous app. Fortunately, it's quite easy to wrap up these existing components for seamless integration with your React Native application.