Hacker News new | ask | show | jobs
by Vanit 378 days ago
My favourite one was debugging a crash in an Electron app deployed to iOS. It turned out throwing an exception from a point event callback (deep in our app's code) was bubbling up into the device's kernel code.
1 comments

> an Electron app deployed to iOS

Not possible, as far as I know.

maybe it was React Native? That does support iOS and it's close enough to "yet another Electron app" that there could be overlap in thought.
It's not close at all.