I have a vision for IDE-free development. We build a special flavor of a release build on CI. CI takes care of all the tricky xcode and android bits. And then our user can just modify the JS code while connected to a release build and never needs to touch android studio or xcode or local dependencies outside of JS.
So, how can I point a release build to the localhost js bundle?
4