Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supercluster for improved performance #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update supercluster for improved performance
  • Loading branch information
IslamRustamov committed Apr 27, 2023
commit 75f317077604f2876f7e467b4259af8baa0a376d
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"homepage": "https://github.com/venits/react-native-map-clustering#readme",
"dependencies": {
"supercluster": "^7.1.0",
"@mapbox/geo-viewport": "^0.4.1"
"@mapbox/geo-viewport": "^0.4.1",
"supercluster": "^8.0.0"
},
"peerDependencies": {
"react-native-maps": "*",
"react-native": "*"
"react-native": "*",
"react-native-maps": "*"
}
}