diff --git a/Libraries/Components/Touchable/TouchableHighlight.js b/Libraries/Components/Touchable/TouchableHighlight.js index d2089fb563cb3c..ffc0a98c962e80 100644 --- a/Libraries/Components/Touchable/TouchableHighlight.js +++ b/Libraries/Components/Touchable/TouchableHighlight.js @@ -45,11 +45,13 @@ var DEFAULT_PROPS = { * ``` * renderButton: function() { * return ( - * - * + * + * + * + * * * ); * },