mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-18 04:13:51 +08:00
Typo fix in Touchable example
Summary: **Test plan** Run UIExplorer example and see that enabled TouchableHighlight example has correct text.  Closes https://github.com/facebook/react-native/pull/7853 Differential Revision: D3387862 fbshipit-source-id: c37bd1e5b01b778371978ac69a7cef43effb149f
This commit is contained in:
committed by
Facebook Github Bot 5
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user