DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.37k stars 747 forks source link

Inline mobile build tooling into our CLI #2091

Open jkelleyrtp opened 3 months ago

jkelleyrtp commented 3 months ago

Feature Request

Shelling out to cargo-mobile is great and all... but it does mean we force users to select two sets of tooling to ship mobile apps.

We should collaborate with the tauri folks to share a set of build/bundle tooling that we can inline into our own CLI that lets us handle mobile project generation without having to download and update cargo-mobile.

This would also let us run some fullstack e2e tests for mobile that would be extremely helpful to not be constantly breaking mobile support.