react-native-clusterer icon indicating copy to clipboard operation
react-native-clusterer copied to clipboard

React Native clustering library

Results 19 react-native-clusterer issues
Sort by recently updated
recently updated
newest added

When I zoom-in or zoom-out, some points feels like trying to become cluster, but turn on into a little blue points. When I add key (as it shown in the...

I also get an error when I press the Cluster. https://github.com/JiriHoffmann/react-native-clusterer/assets/28485486/b4ccc54a-8c43-49a0-915b-75fa86447bc6 The example geojson; `[ { "type": "Feature", "properties": { "id": 3560, "lat_y": 38.257204, "long_x": -121.3739 }, "geometry": { "type":...

## Issue No markers were being rendered on my map. So I logged the points returned by useClusterer hook, it returned an empty array. So I tried using getRandomData from...

Not able to compile the code after including the cluster code Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went wrong: A problem occurred...

The most recent release `1.3.0` should have been a major version—according to SemVer—because it drops support for all RN versions but >= 0.71. If anyone is experiencing a build issue,...

It may be valuable to expand beyond clustering but offloading most geo distance math to a C++ job dedicated to it, could improve main thread performance significantly on react-native applications

Looks like there is mismatch in version. As if d.ts corresponds to one version of the library and the actual code is a different version Below code and image of...

I am using [react-native-mapbox](https://github.com/rnmapbox/maps) and neither the useClusterer or Clusterer work (or render in any way). Is this library only compatible with react-native-maps?

I try to run on Android, following error message is displayed ``` BUILD FAILED in 45s error Failed to install the app. Make sure you have the Android development environment...

https://github.com/JiriHoffmann/react-native-clusterer/assets/41541220/f57957ef-602b-4836-b344-202588c0ddd5 I noticed that the markers used for the cluster glitch when zooming in or out. I believe this is due to a change in the cluster id, which therefore...