mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-19 04:52:51 +08:00
[Docs] Add DirectManipluation guide, which explains setNativeProps
This commit is contained in:
@@ -4,7 +4,7 @@ title: Native UI Components (iOS)
|
||||
layout: docs
|
||||
category: Guides
|
||||
permalink: docs/nativecomponentsios.html
|
||||
next: linking-libraries
|
||||
next: direct-manipulation
|
||||
---
|
||||
|
||||
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