DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.47k stars 786 forks source link

An app like expo's "go" app that lets you quickly iterate on mobile apps #2101

Open jkelleyrtp opened 6 months ago

jkelleyrtp commented 6 months ago

Feature Request

I thought this would be hard but it looks like we can use dynamic libraries on mobile targets to entirely replace our entrypoint.

https://stackoverflow.com/questions/4733847/can-you-build-dynamic-libraries-for-ios-and-load-them-at-runtime

This is still probably hard to execute properly, but would allow you to share prototypes of your mobile apps without having to go through betaflight.