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:
parent
199613de6a
commit
a587525c2d
|
@ -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>
|
||||
* );
|
||||
* },
|
||||
* ```
|
||||
|
|
Loading…
Reference in New Issue