Shabaz Ejaz

Results 8 comments of Shabaz Ejaz

Would be good if we can get some responses at-least, there are some questions that haven't had any response for a month.

Okay, thanks for letting me know.

What you need is to access the `event` property to get the `pageX` and `pageY` values. That should give you what you need: ``` onDragRelease={(event, gestureState, bounds) => { const...

Do you have an example of how to use this with POST? I'd be interested to know how this works as GraphQL utlilizes the url a lot.

I have tested this with POSTMAN. I ran the exact same mutation with a POST request, and it still exposes the parameters as GET variables. When I test this by...

> do you have a project where I could reproduce the issue? Not a public project I can share unfortunately, however judging from the above comments a lot of people...