Skip to content

[Android] Default markers are generated and persist where clusters used to be #284

@kimthompson

Description

@kimthompson

This issue only happens on Android, and might be a side effect of something much deeper in React Native or React Native Maps. That being said, when we attempt to use the clustering library on any Android device, we see the following behavior:

Markerspawn.mp4

A minimal reproduction can be found here, provided you provide your own Android map key in the android/app/src/debug/AndroidManifest.xml file. Simply pull it down and run npm install, npm start, and in another terminal, npm run android.

Here's a section of our package.json, for quick reference:

    "react": "19.1.0",
    "react-native": "0.80.2"
    ...
    "react-native-map-clustering": "4.0.0",
    "react-native-maps": "1.25.3",

This reproduction uses React Native 0.80.2, but the same behavior exists in our actual app, which is using 0.78.2. I spun up other minimal examples using 0.78.3 and 0.79.6 as well and saw this same behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions