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