Eduardo Speroni

Results 119 comments of Eduardo Speroni

Having to configure minTargetSdk isn't unreasonable. It's actually really common and some libraries will require min version of 24, which is definitely not something we would be comfortable doing. The...

Wouldn't it be better to maybe just add the fields in the configuration objects instead?

I mean adding on those 2 classes: "DynamicConfiguration" and "StaticConfiguration". I'll take a look later to see how to best refactor it then

@farfromrefug there's a build running with this. Can you confirm again if this solves your issues completely and doesn't break anything on your apps? I've simplified it and added tests,...

I created a draft that exposes the V8 function to the user, so you can manually reset the timezone (by attaching a notification observer and calling that function). It's still...

@cjohn001 tbh I didn't even know that flag existed on Android 😅. The PR I did exposes the function on iOS so the user can register the notification listener and...

@CatchABus my only issue is that it needs to be called per isolate, and the callbacks are called in the main thread. This means that it'll try to enter the...

@tdermendjiev can this be closed in favor of https://github.com/NativeScript/ios/pull/231?

These kind of errors usually come from misconfigured servers (like missing chain certs) There are a few tools that can validate your config, hopefully this one does the trick https://whatsmychaincert.com/

Does this issue happen on 8.5.0 or 8.5.2? Might need some additional information to look into this. Crash log would probably also help