react-native-map-clustering icon indicating copy to clipboard operation
react-native-map-clustering copied to clipboard

React Native map clustering both for Android and iOS.

Results 81 react-native-map-clustering issues
Sort by recently updated
recently updated
newest added

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 ![simulator_screenshot_92E2C8FC-CFC3-4CD7-807E-D00EA987DEF5](https://user-images.githubusercontent.com/25037017/142828886-bcf2c705-9212-463a-9a65-85cc495a6636.png) When changing the MapView to react-native-maps the issue disappear ``` {markers && markers.map(item => ( handleMarkerPress(item)} /> ))} Note:...