Skip to content

Commit

Permalink
Disable tracksViewChanges on marker clusters (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna authored Oct 4, 2023
1 parent a1cdf50 commit f72fa2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const MapMarkerCluster: React.FC<React.PropsWithChildren> = ({
latitude,
longitude,
children: clusterView,
tracksViewChanges: false,
onPress,
})}
</MapMarkerClusterContext.Provider>
Expand Down

0 comments on commit f72fa2e

Please sign in to comment.