NativeScript iOS Daily: A Major V8 Engine Leap

A draft pull request proposes upgrading the iOS runtime's V8 engine from version 10.3 to 14.9, a breaking change coordinated with a matching update on Android. The inspector protocol is fully verified, but the full test suite has not yet run.

Duration: PT1M58S

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-07-27T13:10:03Z
  • Audio duration: PT1M58S

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 July 27th, 2026, and this is NativeScript iOS Daily.

Today's activity is small in count but significant in weight: one pull request that touches the core of the runtime.

PR number 412, from edusperoni, proposes jumping the V8 JavaScript engine forward four major versions — from 10.3.22 to 14.9.207.39. That's marked as a breaking change, and it's built on top of the error-handling branch, with a companion update happening in parallel on the Android side, referencing issue 1987 there.

Here's the theme worth remembering: this is a foundational upgrade, not a feature tweak. V8 sits underneath everything the runtime does, so a jump this large touches performance characteristics, memory behavior, and potentially API compatibility across the board. The PR description is upfront about where things…

But it's still a draft, and the author is explicit that the full test runner suite has not been executed yet. For a change this size, that matters. Engine upgrades of this magnitude can surface subtle regressions in edge cases — timing, garbage collection, or less common API paths — that only show up under full test…

What's next: watch for this PR to move out of draft once the…

Nearby episodes from NativeScript iOS Daily

  1. Runtime Internals Get an Overhaul
  2. Release Packaging Gets Fixed, Twice
  3. Swift Package Rollback and Retry
  4. Native ES Classes Without the Decorator
  5. Fixing Hung Promises From Background Threads
  6. URL Pattern Bug Squashed