From 10bc9ccbabb5e0b45830a52fa8311cbc07cf5a93 Mon Sep 17 00:00:00 2001
From: Travis CI 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.
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