Piotr Krawiec
Piotr Krawiec
We're seeing this for static fields: ``` export class Foo { static foo = "foo" } ``` Bundled with `--format=esm --target=esnext`, we end up with something like this: ``` var...
Not sure what this means, right now we only have Xamarin bindings for the iOS and Android Proximity SDKs, and both are on nuget. Which SDKs specifically do you have...
Oh, I understand now, thanks. We can't really promise or commit to anything, but I'll leave this issue open to learn more which APIs/SDKs are most requested to port/bind to...
Would it also make sense to remove the `navigator` object? Arguably, using `navigator` during SSR is definitely incorrect, but I noticed that some libraries define top-level constants a'la ``` const...
I think I recall running into the same problem when building these bindings. I can see I have the same "solution" in my example app: https://github.com/Estimote/Xamarin-Bindings/blob/master/ExampleApps/Example.Android.Indoor/Resources/values/Styles.xml#L3 … that is, I...