I've built my app, I can run it on my local simulator (and also on my android device within the same network by changing debug server).
However, I want to build an apk that I can send to someone without access to development server and I want them to be able to test application.
I see there is a section Using offline bundle on iOS section of the documentation. But I couldn't figure out how to accomplish same for android. Is this possible? If so, how?
UPDATE: On the answer to this question (react native android failed to load JS bundle) it is said that offline bundle can be downloaded from development server. But when I obtain the bundle from development server the image files can't be loaded.