mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-21 19:53:04 +00:00
hmm
This commit is contained in:
parent
eb430da7c7
commit
ca965ed80e
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue