Skip to content

Commit dab17b7

Browse files
committed
modify README with the new feature
1 parent 376e74b commit dab17b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ clusterInitialDimension | Number | false | 30 | cluster view base dimension in d
6868
data | Array <Object> | true | undefined | Objects must have an attribute representing a `GeoPoint`, i.e. `{ latitude: x, longitude: y }`
6969
onExplode | Function | false | undefined | TODO
7070
onImplode | Function | false | undefined | TODO
71-
onClusterPress | Function | false | undefined |
71+
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)
7272
renderMarker | Function | false | undefined | Must return a react-native-maps' Marker component
7373
animateClusters | Bool | false | true | Animate imploding/exploding of clusters' markers and clusters size change. **Works only on iOS**.
7474
textStyle | Object | false | NovaLab Brand colors | Style of the `Text` component used for clusters counters

0 commit comments

Comments
 (0)