mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
doc typo
match member names
This commit is contained in:
parent
b10a1549c6
commit
5a918227f2
@ -45,7 +45,7 @@ var currentCentroidY = TouchHistoryMath.currentCentroidY;
|
||||
*
|
||||
* ```
|
||||
* componentWillMount: function() {
|
||||
* this._panGesture = PanResponder.create({
|
||||
* this._panResponder = PanResponder.create({
|
||||
* // Ask to be the responder:
|
||||
* onStartShouldSetPanResponder: (evt, gestureState) => true,
|
||||
* onStartShouldSetPanResponderCapture: (evt, gestureState) => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user