react-native-yamap
react-native-yamap copied to clipboard
Remove withClusters
Removes withClusters and clusterColor props from Yamap as they don't work since ClusteredYamap introduced.
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.