mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-27 22:54:46 +08:00
Fixing TouchableOpacity and TouchableHighlight documentation
Summary: Found a typo in the TouchableOpacity and TouchableHighlight documentation Closes https://github.com/facebook/react-native/pull/292 Github Author: Ryan Warren <ryan@war.re> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
@@ -50,7 +50,7 @@ var DEFAULT_PROPS = {
|
||||
* style={styles.button}
|
||||
* source={require('image!myButton')}
|
||||
* />
|
||||
* </View>
|
||||
* </TouchableHighlight>
|
||||
* );
|
||||
* },
|
||||
* ```
|
||||
|
||||
@@ -39,7 +39,7 @@ var onlyChild = require('onlyChild');
|
||||
* style={styles.button}
|
||||
* source={require('image!myButton')}
|
||||
* />
|
||||
* </View>
|
||||
* </TouchableOpacity>
|
||||
* );
|
||||
* },
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user