react-native-map-clustering
react-native-map-clustering copied to clipboard
React Native map clustering both for Android and iOS.
Map Data is not stable on doing zooming out and zooming in. Data is reflecting.. You can check in attached video I am using MapView from 'react-native-map-clustering' and Marker from...
I have a problem using the MapView imported from 'react-native-map-clustering'. Rendering markers dinamically does not render all markers, showing only some on the maps. It seems that it happens only...
I am using Expo 49 and the app crashes on android with this exception: > API key not found. Check that is in the element of AndroidManifest.xml I set up...
Official supercluster github repo says that 8.0.0 has an improved performance for clustering and reduced memory footprint. (https://github.com/mapbox/supercluster/releases/tag/v8.0.0) It also has an updated version of kdbush which doesn't throw an...
Hello, On iOS it is working perfectly. On Android, the map is so laggy, just to recalculate the cluster.... Someone has a tip ?
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I upgraded to using Expo SDK...
On iOS, app freezes when used with modal. So I think it's better to turn off this function on Google Maps. Because LayoutAnimation in this library only works on Apple...
Hi, There is one issue. In my app, If I click on the marker the map moves to that location and shows the modal. But if I use modals together...
We want to be able to render custom map clusters, based on the original array of items and properties of that specific item. I rendered all the data from the...