File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
"react" : " 16.8.3" ,
13
13
"react-dom" : " 16.8.3" ,
14
14
"react-native" : " https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz" ,
15
- "react-native-map-clustering" : " ^3.4.0 " ,
15
+ "react-native-map-clustering" : " ^3.4.1 " ,
16
16
"react-native-maps" : " ^0.26.1" ,
17
17
"react-native-web" : " ^0.11.7"
18
18
},
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ const ClusteredMapView = forwardRef(
142
142
if ( animationEnabled && Platform . OS === "ios" ) {
143
143
LayoutAnimation . configureNext ( layoutAnimationConf ) ;
144
144
}
145
- if ( zoom >= 18 && markers . length > 0 ) {
145
+ if ( zoom >= 19 && markers . length > 0 && clusterChildren ) {
146
146
if ( spiralEnabled ) updateSpiderfier ( true ) ;
147
147
} else {
148
148
if ( spiralEnabled ) updateSpiderfier ( false ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-map-clustering" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"description" : " React Native Map Clustering both for Android and iOS" ,
5
5
"types" : " index.d.ts" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments