How to bundle JS and build a standalone APK without OTA updates?

Hi. I am trying to build a detached (ExpoKit) app. Everything works fine (after building with gradle) and if the device has an active internet connection. But if I try to open the installed APK on my android without an internet connection for the first app boot, it crashes (it needs to fetch the bundled JS from release channel). The question is: how can I bundle the JS, so that the built APK would not need to fetch OTA updates? Thanks in advance. Using Expo SDK 36.

did you find any solution?