diff --git a/PinchZoomView.js b/PinchZoomView.js index 97a29fee..7db5c043 100644 --- a/PinchZoomView.js +++ b/PinchZoomView.js @@ -35,11 +35,6 @@ export default class PinchZoomView extends Component { super(props); this.state = {}; this.distant = 0; - - } - - componentDidMount() { - this.gestureHandlers = PanResponder.create({ onStartShouldSetPanResponder: this._handleStartShouldSetPanResponder, onMoveShouldSetResponderCapture: (evt, gestureState) => (true),