This commit is contained in:
Jonathan Kelley 2024-11-16 23:05:02 -05:00
parent eb430da7c7
commit ca965ed80e
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -90,8 +90,11 @@ With one command, `dx serve` and your app is running. Edit your markup and style
<div align="center">
<video src="./notes/hotreload-video.mp4" width="500"></video>
</div>
<video src="./notes/hotreload-video.mp4" width="500"></video>
![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.