Skip to content

Commit cbc5c95

Browse files
committed
npm version bump
1 parent 8856695 commit cbc5c95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ClusteredMapView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ ClusteredMapView.defaultProps = {
159159
minZoom: 1,
160160
maxZoom: 20,
161161
extent: 512,
162+
textStyle: {},
163+
containerStyle: {},
162164
animateClusters: true,
163165
clusteringEnabled: true,
164166
clusterInitialFontSize: 12,
@@ -167,8 +169,6 @@ ClusteredMapView.defaultProps = {
167169
preserveClusterPressBehavior: true,
168170
width: Dimensions.get('window').width,
169171
height: Dimensions.get('window').height,
170-
textStyle: {},
171-
containerStyle: {},
172172
edgePadding: { top: 10, left: 10, right: 10, bottom: 10 }
173173
}
174174

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-maps-super-cluster",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A Clustering-enabled map for React Native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)