react-native-yamap icon indicating copy to clipboard operation
react-native-yamap copied to clipboard

Remove withClusters

Open Reeywhaar opened this issue 3 years ago • 1 comments

Removes withClusters and clusterColor props from Yamap as they don't work since ClusteredYamap introduced.

Reeywhaar avatar Sep 15 '22 12:09 Reeywhaar

By the way, why didn't you choose to make Clusterer component that can be used as Yamap child? I think it is more flexible. Like <Yamap ... /><Clusterer ... /></Yamap>. No need to duplicate map component and both unclustered and clustered markers can be used altogether.

Reeywhaar avatar Sep 15 '22 12:09 Reeywhaar