woodpav
woodpav
**mapbox-gl-js**: 0.47.0 **mapbox-gl-draw**: 1.0.9 var draw = new MapboxDraw({ displayControlsDefault: false, keybindings: true, }); draw.changeMode('draw_polygon'); #### Steps: #### 1) Draw a polygon with your mouse 2) Click one of the...
Version: https://github.com/simonhoss/react-native-touch-through-view/commit/0ae415af69365785c3ff5f10901e6b606bc11348 Steps to reproduce: 1) Put a Touchable in a TouchThroughView 2) Touch the Touchable 3) No interaction on Android, interaction on iOS Workaround: Put multiple TouchThroughViews in a...