From ab7839097d5327dad4252bb80899de54307f8378 Mon Sep 17 00:00:00 2001 From: Joe Masilotti Date: Fri, 15 Nov 2024 06:10:07 -0800 Subject: [PATCH] Note Hotwire Native in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e28b2f1..5a1e4a9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ **Build high-fidelity hybrid apps with native navigation and a single shared web view.** Turbo Native for iOS provides the tooling to wrap your [Turbo 7](https://github.com/hotwired/turbo)-enabled web app in a native iOS shell. It manages a single WKWebView instance across multiple view controllers, giving you native navigation UI with all the client-side performance benefits of Turbo. +> [!IMPORTANT] +> [Hotwire Native](https://native.hotwired.dev) is the consolidation of the Turbo Native and Strada libraries into a single framework for iOS and Android. Going forward, the Hotwire umbrella of libraries now includes: Turbo + Stimulus + Native. + ## Features - **Deliver fast, efficient hybrid apps.** Avoid reloading JavaScript and CSS. Save memory by sharing one WKWebView.