Dynamically compiling and running a react-native app inside another
问题 I need to create a mobile app that contains other apps and can run them. It is basically like an "app center" which have a list of apps (that we publish on our server) and the user can open one of them which lead to the app being opened. Think about Expo's app, the user can scan the QR code of his app and it will be automatically compiled and opened, this is close to the feature I want. The apps that can be opened are created using react-native and stored inside GIT repositories in Gitlab.