Skip to content

Commit

Permalink
Typo fix in Touchable example
Browse files Browse the repository at this point in the history
Summary:
**Test plan**

Run UIExplorer example and see that enabled TouchableHighlight example has correct text.

![image](https://cloud.githubusercontent.com/assets/2266187/15682555/2117ec9a-2713-11e6-9272-b868a8d8d705.png)
Closes facebook#7853

Differential Revision: D3387862

fbshipit-source-id: c37bd1e5b01b778371978ac69a7cef43effb149f
  • Loading branch information
paulshen authored and Morgan Pretty committed Aug 24, 2016
1 parent 327247d commit b360654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/UIExplorer/TouchableExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ var TouchableDisabled = React.createClass({
style={[styles.row, styles.block]}
onPress={() => console.log('custom THW text - highlight')}>
<Text style={styles.button}>
Disabled TouchableHighlight
Enabled TouchableHighlight
</Text>
</TouchableHighlight>

Expand Down

0 comments on commit b360654

Please sign in to comment.