Forked to maintain
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 This is what I'm looking for, I also using this package and it's not working on 0.79.2 Thanks for sharing.
Huge thanks, @allisonadam81! This works perfectly!
thanks....why is it not written in TS?
@allisonadam81 Thanks! Excited to follow the development ! 👍
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.
Good idea !
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.
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?
Guys, the maintainer is still somewhat active, just make PR no?