react-native-map-clustering
react-native-map-clustering copied to clipboard
React Native map clustering both for Android and iOS.
I have installed the library and imported it as suggested in the Read.me file. I am using expo for my project and testing on Android. When I press on a...
I am using the following packages and platforms: ``` expo: "5.4.12" react-native: "0.68.2" react-native-map-clustering: "3.4.2" react-native-maps: "0.30.2" ``` I am seeing the following behaviour on iOS: It seems that when...
Version: `"react-native-map-clustering": "^3.4.2"` Problem: - When I import the `react-native-map-clustering`, Typescript is failing to compile because the `animateToRegion` method does not exist on the ref object `MapView`. - According to...
### Custom image markers appear to not render properly on iOS. I'm using a **custom marker** defined as follows: ```js type MemoMarkerProps = { coordinate: LatLng museum: Museum onPress(): void...
Hi ! The `clusterFontFamily` prop is not working on android, working well on iOS `clusterFontFamily={'Righteous-Regular'}` This font family is working on all `` elements on the app
Hello, Thanks for this library! I'm rendering various points on my map for some points of interest but I'm also rendering the user location. I don't want the user location...
I created a new library, much more optimized than this. _Originally posted by @kreshnikalidema in https://github.com/venits/react-native-map-clustering/issues/223#issuecomment-973108883_ can you share it with us please?
Hello, is it possible to have a smooth zoom animation on cluster press ? By default the animation is super fast and not so good for the UX experience :/
Hi @venits , I have noticed that by default library is using standard MapView, however according to React Native Maps there is also AnimatedRegion which is using RN Animated node...
Hello, I am getting this error after the maps loads  When changing the MapView to react-native-maps the issue disappear ``` {markers && markers.map(item => ( handleMarkerPress(item)} /> ))} Note:...