Skip to content

Commit

Permalink
Fixing minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
venits committed Nov 11, 2019
1 parent 2bcf39d commit 775e90a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "16.8.3",
"react-dom": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-map-clustering": "^3.0.5",
"react-native-map-clustering": "^3.0.6",
"react-native-maps": "^0.26.1",
"react-native-web": "^0.11.7"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/ClusteredMarker.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ const ClusteredMarker = ({
latitude: geometry.coordinates[1]
}}
style={{ zIndex: points + 1 }}
onPress={onPress}
>
<TouchableOpacity
activeOpacity={0.5}
onPress={onPress}
style={[styles.container, { width, height }]}
>
<View
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-map-clustering",
"version": "3.0.5",
"version": "3.0.6",
"description": "Map clustering both for Android and iOS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 775e90a

Please sign in to comment.