NativeScript iOS Daily: Metadata Shrinks, Napi Lands, Runtime Leaks Plugged

The metadata format is getting a stacked, multi-PR diet that's already cut the compiled metadata file by nearly eleven percent, while a new Node-API surface opens plugin development beyond raw V8, and several teardown and error-handling bugs got fixed to close memory leaks and crash paths.

Duration: PT2M13S

Episode overview

This episode is a short developer briefing from NativeScript iOS Daily.

It explains recent repository work in plain language.

  • Show: NativeScript iOS Daily
  • Published: 2026-08-12T13:14:44Z
  • Audio duration: PT2M13S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. It's August 12th, 2026, and this is NativeScript iOS Daily.

The clearest signal today is a coordinated push to shrink the metadata binary that ships with every app. Three stacked pull requests from Eduardo Speroni — PR 434, PR 435, and PR 436 — chip away at this from different angles: small self-contained field reductions, a reader change that omits an empty constructor…

Alongside that, PR 437 introduces a standard Node-API surface for plugin authors, vendoring Node's engine-independent implementation so plugins can be written against a stable C ABI instead of raw V8 internals. That's a meaningful API surface expansion — it lowers the barrier for plugin developers and reduces…

The second theme is cleanup of long-standing correctness gaps. PR 438 fixes a leak where URL, URL Search Params, and URL Pattern objects weren't tracked by the isolate's disposal machinery, so worker shutdowns silently leaked native state. Two additional commits mirror fixes already reviewed on the Android side: one…

Separately, PR 433 fixes Mac Catalyst metadata generation, which was crashing outright or silently omitting UIKit, breaking Catalyst builds at runtime.

What's next: watch for the…

Nearby episodes from NativeScript iOS Daily

  1. Rethinking Per-Isolate State
  2. Debugger Overhaul Fixes Tracing Crashes
  3. The String Bridge Overhaul
  4. The Runtime Gets Serious
  5. Web Standards Land, Memory Safety Follows
  6. Critical Zip Security Fix
  7. Isolation and Hardening
  8. Builtin Modules and URL Fixes