You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using react-native-mapbox and neither the useClusterer or Clusterer work (or render in any way). Is this library only compatible with react-native-maps?
The text was updated successfully, but these errors were encountered:
This library doesn't concern itself with how the markers are displayed; only with whether markers need to be clustered or not and providing GeoJSON objects for those markers/clusters.
The only thing that comes to mind that one would need to do to get this library to work with react-native-mapbox is to calculate the latitude & longitude deltas.
I am using react-native-mapbox and neither the useClusterer or Clusterer work (or render in any way). Is this library only compatible with react-native-maps?
The text was updated successfully, but these errors were encountered: