Christoph

Results 27 comments of Christoph

@shabaz-ejaz That is not working... See, I initially pass it `x = 0` and `y =0`. However, when I use ``` onDragRelease={(event, gestureState, bounds) => { const nativeEvent = event.nativeEvent;...

@thijs-qv Di you find a solution to this? It seems close to impossible ;)

You can use turf's mask function for that https://www.npmjs.com/package/@turf/mask Simply create a "cover polygon" with the extend of your (Map)View (or the whole world) and use your Polygon. Turf even...

Yep, this is a huge problem!

I am also interested in know that. Did you come up with a solution @veasnabig ?

Assuming your `container` is a `` You can use the `onLayout()` event and then `event.nativeEvent.layout.width` and `event.nativeEvent.layout.height;` to get the size of the `container`. These sizes you pass back to...

There is another way: https://github.com/react-community/react-navigation/issues/713

Could we get a heads up on this?

@Message-Akunna Did you solve this? I am having exactly the same problem!

Very annoying. In a TS Project its impossible to use with `import Slider from "react-slick"; `