From ca965ed80eb6cee445bc643c16c226a48f4948d8 Mon Sep 17 00:00:00 2001 From: Jonathan Kelley Date: Sat, 16 Nov 2024 23:05:02 -0500 Subject: [PATCH] hmm --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2661ec547..e92e81cf2 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,11 @@ With one command, `dx serve` and your app is running. Edit your markup and style
+ +![Video?](./notes/hotreload-video.mp4) + ## Built-in Android and iOS support Dioxus is the fastest way to build native mobile apps with Rust. Simply run `dx serve --platform android` and your app is running in an emulator or on device in seconds. Call directly into JNI and Objective-C to access native APIs.