Fixed typo in TouchableNativeFeedback docs

Summary: Closes https://github.com/facebook/react-native/pull/2843

Reviewed By: @​svcscm

Differential Revision: D2457197

Pulled By: @foghina
This commit is contained in:
ChristianHersevoort 2015-09-18 10:17:35 -07:00 committed by facebook-github-bot-7
parent 2e98c1fd5f
commit b6cb0e1246
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ var PRESS_RECT_OFFSET = {top: 20, left: 20, right: 20, bottom: 30};
* <View style={{width: 150, height: 100, backgroundColor: 'red'}}>
* <Text style={{margin: 30}}>Button</Text>
* </View>
* </TouchableHighlight>
* </TouchableNativeFeedback>
* );
* },
* ```