nitaliano / react-native-mapbox-gl

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

correct coordinate type on interface PointAnnotationProps to Array<number> #1565

Closed lauherk closed 5 years ago

lauherk commented 5 years ago

github issue: https://github.com/nitaliano/react-native-mapbox-gl/issues/1559

change coordinate type on interface PointAnnotationProps from Array string to Array number.

nitaliano commented 5 years ago

Thanks for the PR!