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