Cristian Milea
Cristian Milea
i have the same problem installed with `yarn add react-native-image-resizer` checked in package.json -> exists in dependencies as `"react-native-image-resizer": "^1.0.1"`
I searched for one hour until I got to this ticket. This information should be in the guide / tutorial.
I think was was vague, sorry I meant to say that, this GitHub issue (ticket) helped me solve the problem ❤️
I tried to implement a timeout between swipes to prevent spamming but still happens
@webraptor , After a lot of tries I think I discovered what triggers the bug. Swipe a card, release it and while it "flies" offscreen, catch it and throw it...
Got a temporary workaround for this bug, setting the initial position when dragging always to 0,0 (I think) ``` @@ -204,8 +204,8 @@ class Swiper extends Component { this.props.dragStart &&...