Is it possible to load "sub-apps" inside a mobile application? The way like Expo client does that - you start a "parent" app and inside that you dynamically load other apps.
Requirements:
- Parent app downloadable from the store.
- Sub-apps not published in the store
- Sub-apps always up to date - possibility to update them independently on the parent app.
- Android and iOS compatible