Martin Bielik

Results 13 comments of Martin Bielik

Setting `noClustererRedraw` and re-painting clusterer everytime markers change boosted performance significantly. E.g. in my case I re-paint whenever number of markers has changed: ```js function Map({ markers }) { const...

Thanks for the feedback, I like the idea! It would be also nice to export default renderer/container for React Native. Then it could be conveniently used, for example: ```js import...

I've just added support for react native: https://github.com/madox2/react-tagcloud#react-native

react@>=16.8.0 is set as a peer dependency, therefore it should work with 16.9.x too. Could you be more specific about what isn't working for you?

Hi, thanks for reporting. Could you show us some code reproducing your issue?

In your case it looks like the warning comes from an AnimatedComponent which is not part of popup menu. However the issue is valid as we also use unsafe methods...

Hi, currently it is only possible to change backdrop styles by passing it to `MenuProvider`. You can change it there when you open your menu. However it would be nice...

Hi you can set width, height or hide anchor via `anchorStyle` property, e.g.: ``` rendererProps={{anchorStyle: {opacity: 0}, placement:'top'}} ``` Currently it is not possible to get rid of the margin...

Hi, thanks for contribution! It looks good, I have tested it and it is working on Android. It would be nice to have such functionality also in holo picker.

Could you be more specific and share more details about the warning and how it impacts your application. By any chance isn't this related to #30 ?