Part of the Hotwire suite by 37signals. A native library written in Swift on iOS and Kotlin on Android — conceptually similar across platforms but intentionally not sharing a code base. Extends Turbo Drive: when an app loads a web page for the first time Turbo Native installs itself as an adapter via the platforms' native JavaScript-in-webview bridges, placing itself in Turbo's request cycle. On link clicks it calls a native method that can either proceed with default navigation (spin up a new native screen, inject a webview, let Turbo navigate the webview to the destination) or present a fully native screen. Reuses a single webview instance across the app for Turbo's performance benefits. MIT licensed.