[Fixed] React Native Android — PanResponder — gestures not working
In my case, I followed the official RN docs for pan-responder. It responded on iOS but not any android phone I tested on.
RN docs suggests you use the following:
```
componentWillMount: function()...