0Day Forums
How can I generate an apk that can run without server with react-native? - Printable Version

+- 0Day Forums (https://zeroday.vip)
+-- Forum: Coding (https://zeroday.vip/Forum-Coding)
+--- Forum: React Native (https://zeroday.vip/Forum-React-Native)
+--- Thread: How can I generate an apk that can run without server with react-native? (/Thread-How-can-I-generate-an-apk-that-can-run-without-server-with-react-native)



How can I generate an apk that can run without server with react-native? - concipient927053 - 07-19-2023

I've built my app, I can run it on my local emulator (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 the 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 the same for android. Is this possible? If so, how?

**UPDATE:** On the answer to this question (

[To see links please register here]

) 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.