I wanted to make an app with react native that acts as a hub for different services or plugins. Each plugin can be downloaded, incorporated into the app and executed. I've seen solutions like codepush that allow you to change the code of the app, but I think it only allows you to change the whole code of your app, and not change it based on the services that you have downloaded. I would really appreciate some help or guidance through this, since I'm not even sure it can be done.
Thanks in advance