-
Notifications
You must be signed in to change notification settings - Fork 246
Open
Description
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.
ondrejvrabel, noahvanfleet, bipoza, gcoro, maXXCZ1 and 1 more
Metadata
Metadata
Assignees
Labels
No labels