[Docs] Add DirectManipluation guide, which explains setNativeProps

This commit is contained in:
Brent Vatne
2015-06-17 13:41:01 -07:00
parent 9dc9648504
commit e2c6060226
2 changed files with 243 additions and 1 deletions

View File

@@ -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.