Skip to content

Commit

Permalink
Merge pull request #444 from jacargentina/master
Browse files Browse the repository at this point in the history
Fix #437 TypeError: undefined is not an object, crashing on ios
  • Loading branch information
wonday authored Mar 30, 2020
2 parents 1fafd22 + 545e6fe commit 686faba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions PinchZoomView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 686faba

Please sign in to comment.