Philipp Kursawe

Results 205 comments of Philipp Kursawe

To have this as an optional config param would be great. I am currently optimising package imports from ```import { something } from "../mybundle"``` ```import something from "../mybundle/something"``` which dramatically...

There is no podfile in the project, thats why. I guess auto-linking gets confused by this.

Why was this never considered?

I'll use this plugin in favour of the default marker cluster plugin. This here outperforms every other cluster plugin. Especially on mobile devices. Thanks for making it compatible with 1.0

Would you accept a PR to fix that? The signature for the `ToastProvider` props is also not correct. It should not be the same as the context. Those two are...

Sure, Jean. I will see when I can alot some time to create a PR. All the best in your new job!

This also happens on devices without any such sensor. The exported object is undefined in that case. It should however be on object, that returns false on `isSupported`. The problems...

`viewRef` is not used anywhere in the source code (anymore)? The instructions in various issues are also vague in regard to Android. They claim you are supposed to put the...

It's not working over any view. The lib for Android is broken atm.

Somewhere in the source code I read the Android version of `BlurView` must not have children. Maybe that's the root cause? In any case the component in its current state...