From 10bc9ccbabb5e0b45830a52fa8311cbc07cf5a93 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 20 Oct 2015 21:45:10 +0000 Subject: [PATCH] update website --- docs/direct-manipulation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/direct-manipulation.html b/docs/direct-manipulation.html index b065d7ae806..42966dfbe51 100644 --- a/docs/direct-manipulation.html +++ b/docs/direct-manipulation.html @@ -94,10 +94,10 @@ clarity: we used the various +child perform touch handling. To do this, it passes on various props that call back to the TouchableOpacity component. -TouchableHighlight, in contrast, is backed by a native view only +TouchableHighlight, in contrast, is backed by a native view and only requires that we implement setNativeProps.

Precomputing style #

We learned above that setNativeProps is a wrapper around RCTUIManager.updateView, which is also used internally by React to perform updates on re-render. One important difference is that