From dab17b7f64cd6800231b85ac3e8a85862aae3097 Mon Sep 17 00:00:00 2001 From: Leonardo Lusoli Date: Fri, 24 Nov 2017 11:54:23 +0100 Subject: [PATCH] modify README with the new feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ef953..9e7668e 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ clusterInitialDimension | Number | false | 30 | cluster view base dimension in d data | Array | true | undefined | Objects must have an attribute representing a `GeoPoint`, i.e. `{ latitude: x, longitude: y }` onExplode | Function | false | undefined | TODO onImplode | Function | false | undefined | TODO -onClusterPress | Function | false | undefined | +onClusterPress | Function | false | | Add additional behaviours to the clusterPress handler. (onClusterPress automatically moves the map to the cluster region and zoomes on the cluster explode zoom level) renderMarker | Function | false | undefined | Must return a react-native-maps' Marker component animateClusters | Bool | false | true | Animate imploding/exploding of clusters' markers and clusters size change. **Works only on iOS**. textStyle | Object | false | NovaLab Brand colors | Style of the `Text` component used for clusters counters