Skip to content

Commit 775e90a

Browse files
committed
Fixing minor bug
1 parent 2bcf39d commit 775e90a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "16.8.3",
1313
"react-dom": "16.8.3",
1414
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
15-
"react-native-map-clustering": "^3.0.5",
15+
"react-native-map-clustering": "^3.0.6",
1616
"react-native-maps": "^0.26.1",
1717
"react-native-web": "^0.11.7"
1818
},

lib/ClusteredMarker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ const ClusteredMarker = ({
2020
latitude: geometry.coordinates[1]
2121
}}
2222
style={{ zIndex: points + 1 }}
23+
onPress={onPress}
2324
>
2425
<TouchableOpacity
2526
activeOpacity={0.5}
26-
onPress={onPress}
2727
style={[styles.container, { width, height }]}
2828
>
2929
<View

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-map-clustering",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Map clustering both for Android and iOS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)