Ashley Wells
Results
1
comments of
Ashley Wells
Changing ``` onPanResponderTerminate:(e,gs) => this.handleOnPanResponderTermination(e,gs), ``` to ``` onPanResponderTerminationRequest:() => false, ``` worked for me. Perhaps a bit heavy-handed.