react-native-map-clustering icon indicating copy to clipboard operation
react-native-map-clustering copied to clipboard

Forked to maintain

Open allisonadam81 opened this issue 7 months ago • 9 comments

Hello - just wanted people to know that we are using this package at my job, and I needed to make some changes to it to be compatible with RN 79.2/React 19. So I forked it and published it here -

https://www.npmjs.com/package/@allisonadam81/react-native-super-clusters

you'll find that it's the exact same package, same implementation, api, etc, just with the default props replaced since that specifically is what stopped working on the app I am working on.

I'm going to put together a road map for it, and hopefully convert it over to a full TS project and add some additional documentation/features/optimizations over the next few weeks. But this worked on the latest version of RN Maps, Latest RN, latest React for me and my app on both devices. There are plenty of good options out there, but if you liked this api then feel free to use that package.

allisonadam81 avatar May 29 '25 21:05 allisonadam81

@allisonadam81 This is what I'm looking for, I also using this package and it's not working on 0.79.2 Thanks for sharing.

zeroxw avatar May 30 '25 01:05 zeroxw

Huge thanks, @allisonadam81! This works perfectly!

martijnvanderpol avatar Jun 03 '25 12:06 martijnvanderpol

thanks....why is it not written in TS?

lucksp avatar Jun 25 '25 16:06 lucksp

@allisonadam81 Thanks! Excited to follow the development ! 👍

BE-CH avatar Jun 26 '25 20:06 BE-CH

Made a PR for React 19 and RN 0.78+ support: https://github.com/tomekvenits/react-native-map-clustering/pull/281

For now, we just moved the code into our own codebase and made the changes there.

Nivani avatar Jul 14 '25 10:07 Nivani

Good idea !

Stunc0 avatar Jul 22 '25 08:07 Stunc0

Just a suggestion, you should enable issues reporting on your repo to make it possible to open issue on it. And some tags will help other to use it.

Stunc0 avatar Jul 22 '25 08:07 Stunc0

FWIW to others, on Expo SDK 53 /RN 0.79.5 & "react-native-map-clustering": "^4.0.0", "react-native-maps": "1.20.1",

And the clusters are looking OK afterall...the first render took a moment to appear, but since then it's been OK...not sure if the fork is any different?

lucksp avatar Aug 03 '25 04:08 lucksp

Guys, the maintainer is still somewhat active, just make PR no?

HugoGresse avatar Aug 08 '25 13:08 HugoGresse