dantrongamz
dantrongamz
### Description The TypeScript spec file defines optional methods (marked with ?), but the generated iOS implementation files don't respect these optional markers, causing potential crashes on iOS. In Android,...
### What's happening? Crash happen with the following exception "terminating due to uncaught exception of type std::runtime_error: Unable to retrieve jni environment. Is the thread attached?". The issue is reproducible...
This is a clone of https://github.com/mrousavy/nitro/pull/664 with latest commit from main branch. I could not update existing PR so I create a new one.