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:
Ryan Warren 2015-03-28 15:26:15 -07:00
parent 199613de6a
commit a587525c2d
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ var DEFAULT_PROPS = {
* style={styles.button}
* source={require('image!myButton')}
* />
* </View>
* </TouchableHighlight>
* );
* },
* ```

View File

@ -39,7 +39,7 @@ var onlyChild = require('onlyChild');
* style={styles.button}
* source={require('image!myButton')}
* />
* </View>
* </TouchableOpacity>
* );
* },
* ```