react-native-maps-super-cluster
react-native-maps-super-cluster copied to clipboard
A Clustering-enabled map for React Native
Hello guys I'm receiving those two warnings. Can you update the library and let me know please? ``` Warning: componentWillUpdate has been renamed, and is not recommended for use. See...
Pretty easy steps to follow: https://github.com/react-native-community/directory#how-do-i-add-a-library How do I add a library? Add it to react-native-libraries.json. Submit a PR. Please follow this format and indentation: ```json { "githubUrl": "", "ios":...
The clusters just appear, its as if there is no animation. I am testing this out in iOS simulator and iOS device. I am assuming that react-native-maps-super-cluster comes with the...
There is no way to add accessibility (https://reactnative.dev/docs/accessibility) to the cluster elements, If you wrap with View tag also no use
I wrote a method that preserves same cluster key across region changes, i.e. SuperCluster engine computes clusters every time region changes and rerenders all clusters even though some of them...
The same animateToCoordinate prop in the react-native-maps library cannot be used. `mapRef?.current?.animateToCoordinate( { latitude: position.coords.latitude, longitude: position.coords.longitude, }, 1000 );`
On iOS, after pressing a cluster and zooming, pressing a marker shows it and then quickly hides it
Reproducible example: 1. `git clone https://github.com/findhumane/testmapstouch` 2. `cd testmapstouch` 3. `npm install` 4. `npx expo start --tunnel` 5. Scan the QR code in Expo Go 6. Tap on the "3"...