nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

types ShapeSourceProps onPress func #1659

Closed rbonillajr closed 4 years ago

rbonillajr commented 4 years ago

please fix issue. add eventArgs

interface ShapeSourceProps { id?: string; url?: string; shape?: any; cluter?: boolean; clusterRadius?: number; clusterMaxZoomLevel?: number; maxZoomLevel?: number; buffer?: number; tolerance?: number; images?: any; onPress?: (e: any) => void; hitbox?: any; }

kristfal commented 4 years ago

Open a PR and I’ll get it in.

rbonillajr commented 4 years ago

thanks @kristfal. here the PR https://github.com/nitaliano/react-native-mapbox-gl/pull/1660