[ip]:19000 accessible from android phone/emulator browser but app isn't opening in the expo

Tunnel works fine, however I wanted to try Local or LAN to check if it is working faster.

expo --version
2.11.2

I tried going to [ip]:19000 / [ip]:19001 / [ip]:19002 on my phone’s / emulator’s browser and I can access those addresses from both phone and emulator. The command for running my expo-cli:
REACT_NATIVE_PACKAGER_HOSTNAME=192.168.1.27 EXPO_DEBUG=true expo start --dev - -lan

Does it mean that something is blocking protocol, which expo is using, to obtain the bundle or its information?

The app appears in my expo, however when I tap it, nothing happens! No blue screen, no logs, after tapping the app in my expo, in adb logcat I get:

02-24 07:27:12.016 558 569 I ActivityManager: START u0 {act=android.intent.action.VIEW dat=exp78382a390c4c4daebbf8c7d4a8fde6e6://192.168.1.27:19000 flg=0x10000000} from uid 10065 on display 0 02-24 07:27:12.039 267 297 D AudioFlinger: mixer(0xeac83a40) throttle end: throttle time(2) 02-24 07:27:12.253 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=557 frame_size=4 returned -EPIPE 02-24 07:27:12.514 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=557 frame_size=4 returned -EPIPE 02-24 07:27:12.776 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=558 frame_size=4 returned -EPIPE 02-24 07:27:13.111 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=557 frame_size=4 returned -EPIPE 02-24 07:27:13.391 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=557 frame_size=4 returned -EPIPE 02-24 07:27:13.675 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=557 frame_size=4 returned -EPIPE 02-24 07:27:13.948 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=557 frame_size=4 returned -EPIPE 02-24 07:27:14.211 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=557 frame_size=4 returned -EPIPE 02-24 07:27:14.483 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=557 frame_size=4 returned -EPIPE 02-24 07:27:14.757 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=558 frame_size=4 returned -EPIPE 02-24 07:27:14.977 267 296 D genymotion_audio: out_write: pcm_write() with out_frames=558 frame_size=4 returned -EPIPE

What else could I check/try?

Thanks in advance,
Oskar.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.