Jiri Hoffmann
Jiri Hoffmann
Check out the clustering library that I created: [react-native-clusterer](https://github.com/JiriHoffmann/react-native-clusterer).
Can't you just use `expo run:ios` to create native directories? You should be able to run `pod install` after. I do remember testing it on an expo managed project.
Agreed, that could definitely bring some performance improvements. Unfortunately, I am quite busy at the moment so I won't have time to implement it but I will be more than...
I would need more details or preferably a repository containing this issue to reproduce it.
Seems like you inverted the coordinates - [lat, lng] instead of the correct [lng, lat]
Right, that would be the ideal solution and how other libraries do it as well. The issue is that my current knowledge of the JSI Host Objects is not the...
Hey @tex0l! Progressive hashing is up on master. Note that I changed `hashFunctions` to just `hash`. HMAC & CMAC will be next. Snippet from example: https://github.com/JiriHoffmann/react-native-cryptopp/blob/19353af049b5fb7f50762c172fd182fa64130353/example/src/App.tsx#L120-L122
Could you provide a reproducible example?
I am unable to reproduce the error with the example points you provided. However, if you have multiple points with the exact same coordinate (in this case both have `38.257204`...
In this case, you would use maxZoom, because you are zooming in and thus the zoom value is higher. There was a bug with maxZoom, but it should be fixed...