Hyun Chul Kwak

Results 2 comments of Hyun Chul Kwak

> i was stuck can you explain the solution, its it because javascript does not know when the expression starts @manuva1 In Javascript, semicolon can be omitted since there is...

FYI, decreasing velocityThreshold, increasing directionalOffsetThreshold and adding background color to GestureRecognizer component and inner View component worked for me. ``` const swipeConfig = { velocityThreshold: 0.1, directionalOffsetThreshold: 600 }; //...