scriptspry

Results 7 comments of scriptspry

> _However, if you copy / paste the swift code in your app, it should work._ https://stackoverflow.com/questions/52536380/why-linker-link-static-libraries-with-errors-ios This helped resolve the build issue while also doing the following before `pod...

I am afraid this may not be merge ready yet. Even after ejecting expo project, the expo key in app.json would be used by some expo modules that started to...

I understand this is due to `shouldInstrument` function check.. Would like to know the reasoning behind this check. Sorry if this was documented already somewhere.

[This repo](https://github.com/kangax/detect-global) is 8 years old, but the getCleanWindow seems promising. If it isn't costly on performance and about:blank is robust enough url to load across browsers, this could help...

On second thought, I don't think that will work, It will just check for things in Window but not things like Map, Array etc. which are what need to be...

Moving to electron-builder is definitely the way to go! Would be terrific to release builds for all platforms. Wonder why Jio team won't build an official app.

I suspect the upstream (electron) itself has issues with MediaNextTrack, MediaPreviousTrack implementation. I can confirm erroneous behaviour between dev build and packed build. Might be related: https://github.com/electron/electron/issues/23619