mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Split iOS and Android docs into different categories
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user