Hello guys,
In my project, the app makes use of a built-in component which contains of both native and also javascript code (it is, in part, similar to a chrome-extension from webstore).
I'm wondering if I can make it somehow that the javscript code can be updated at runtime somehow, in case a new version exists.
The idea is that I want to skip a huge-update of the entire app for cases when only minor (but somehow critical) things get changed in the javascript code.
Is there a mechanism that can allow me to accomplish this?