volga-volga / react-native-yamap

React Native Yandex Maps | Яндекс Карты | Yandex.MapKit implementation for react native | YandexMaps
144 stars 80 forks source link

Remove withClusters #191

Closed Reeywhaar closed 1 week ago

Reeywhaar commented 1 year ago

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

Reeywhaar commented 1 year ago

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.