How to build apk and run on the device without internet and local expo server?

I created my project with CRNA and want to build an apk for android with isRemoteJSEnabled=false . I see a few similar issue and questions but cannot find any answer.
my project is not Detaching and I want start apk on my phone without need internet and expo local server on the pc.

this problems solved

same thingquestion, what’s your solution:)

I understand that I must have the Internet at the first start.
https://github.com/expo/expo/issues/884

Anyone able to figure out the solution for the case when there is no internet connection available on the first start?

fixed

Wanted to generate apk locally any idea?