react-native-maps-super-cluster icon indicating copy to clipboard operation
react-native-maps-super-cluster copied to clipboard

A Clustering-enabled map for React Native

Results 9 react-native-maps-super-cluster issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

feature request

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...

feature request

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

good first issue
feature request

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...

enhancement

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 );`

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"...