diff --git a/Libraries/Components/Touchable/TouchableHighlight.js b/Libraries/Components/Touchable/TouchableHighlight.js index 1850a278c..0901d846e 100644 --- a/Libraries/Components/Touchable/TouchableHighlight.js +++ b/Libraries/Components/Touchable/TouchableHighlight.js @@ -57,6 +57,9 @@ var DEFAULT_PROPS = { * ); * }, * ``` + * > **NOTE**: TouchableHighlight supports only one child + * > + * > If you wish to have to have several child components, wrap them in a View. */ var TouchableHighlight = React.createClass({