Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clusters don't show at all on Android. In iOS, it is fine. #50

Open
nirmal25990 opened this issue Dec 27, 2024 · 2 comments
Open

Clusters don't show at all on Android. In iOS, it is fine. #50

nirmal25990 opened this issue Dec 27, 2024 · 2 comments

Comments

@nirmal25990
Copy link

I am using an example src file with the latest React Native implementation without Expo, but the clusters aren't showing at all on Android, yet they show up on iOS.

Package version:

    "@faker-js/faker": "^9.3.0",
    "react": "18.3.1",
    "react-native": "0.76.5",
    "react-native-clusterer": "^3.0.0",
    "react-native-maps": "^1.20.1"
Screenshot 2024-12-27 at 2 12 10 PM
@robin-ostertag
Copy link

I ran into the same issue and after trying many different approaches i finally got it working!
The only solution that worked for me was by using the following config and turning the newArchitecture off.

"react-native": "0.76.5",
"react-native-clusterer": "^2.0.0",
"react-native-maps": "^1.20.1"

Hope this helps!

@Mol3kule
Copy link

Mol3kule commented Jan 29, 2025

I'm having the same issue, tried to install "react-native-clusterer": "^2.0.0", but still issue's the same. Setting newArchitecture=false is breaking my app.
Have you found any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants