Typo fix in Touchable example
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 https://github.com/facebook/react-native/pull/7853 Differential Revision: D3387862 fbshipit-source-id: c37bd1e5b01b778371978ac69a7cef43effb149f
This commit is contained in:
parent
5aa0e098b4
commit
e62a6a71c9
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue