Skip to content
HomeNewsDigestsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Tools & releases/
  4. Shopify Replaces React Native with Swift and Kotlin via Coding Agents
Tools & releases

Shopify Replaces React Native with Swift and Kotlin via Coding Agents

Shopify is moving away from its 2020 React Native bet to rewrite its mobile applications in pure Swift and Kotlin. Autonomous coding agents have dramatically reduced the parity tax of building for both platforms, enabling the Shop app to ship natively in 12 weeks.

September 11, 2026· 6 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated September 11, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Shopify Replaces React Native with Swift and Kotlin via Coding Agents

Why it matters

The traditional cross-platform tradeoff—sharing UI logic at the cost of native capabilities—is dissolving as LLMs make parallel native implementations economical.

TL;DR

  • 01Shopify rebuilt the Shop app natively in Swift and Kotlin in 12 weeks using LLMs.
  • 02Greenfield rewrites powered by checkpointing loops (Helix) proved superior to one-shot migration prompts.
  • 03FlashList will be transitioned to new corporate stewards while receiving critical compatibility fixes.

The Shift Away from Bridge Frameworks

Shopify has reversed its five-year bet on React Native, moving its primary mobile apps back to native Swift and Kotlin. The company found that coding agents fundamentally broke the assumption that building for two platforms requires double the work. Agents reliably translate logic between platforms, reference iOS versions to construct Android counterparts, and dramatically reduce the effort needed to maintain platform parity.

Why One-Shot Prompting Failed

Attempting to convert codebases in bulk produced unmaintainable code. To solve this, Shopify built an agent loop called Helix. Helix digests existing React Native components and generates a sequence of granular checkpoints. Each slice must fulfill strict conditions before commit:

  • Pass automated behavior tests
  • Match the running UI in visual diff reviews
  • Pass two automated adversarial code review steps
  • Receive explicit human engineer sign-off

Open Source Transition Roadmap

The migration impacts widely adopted mobile libraries:

  • FlashList: Currently generating ~2M weekly downloads, Shopify will maintain compatibility patches while actively discussing long-term stewardship with several external companies.
  • Restyle: The styling library will receive maintenance through the end of 2026, after which Shopify will archive the repository.
#Helix#React Native#Swift#Kotlin#FlashList#Restyle
ShareShare on XShare on LinkedIn
Next story →Researchers Uncover Code Injections and Secret Exfiltration in Third-Party Large Language Model Routers

Related stories

  • Tools & releasesOpen-Source Claude Code Skill Strips Conversational Pleasantries for Action-First Outputs
  • Tools & releasesCursor Launches Projects to Replace Disconnected Agent Chats with Persistent Threads
  • Tools & releasesOpenAI Halts New Two-Hundred-Dollar Pro Subscriptions Following Surging Astra Demand
  • Tools & releasesHugging Face Rebuilds AUTOMATIC1111 as Gradio Workflow and Model Context Protocol Server

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.