Skip to content

Commit b6cb0e1

Browse files
ChristianHersevoortfacebook-github-bot-7
authored andcommitted
Fixed typo in TouchableNativeFeedback docs
Summary: Closes facebook/react-native#2843 Reviewed By: @​svcscm Differential Revision: D2457197 Pulled By: @foghina
1 parent 2e98c1f commit b6cb0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Libraries/Components/Touchable/TouchableNativeFeedback.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var PRESS_RECT_OFFSET = {top: 20, left: 20, right: 20, bottom: 30};
7070
* <View style={{width: 150, height: 100, backgroundColor: 'red'}}>
7171
* <Text style={{margin: 30}}>Button</Text>
7272
* </View>
73-
* </TouchableHighlight>
73+
* </TouchableNativeFeedback>
7474
* );
7575
* },
7676
* ```

0 commit comments

Comments
 (0)