Expo linking in Android dev

I’m running on SDK 31 and on Android, dev mode, if I type exp:// in Chrome it doesn’t open the Expo client on either Android emulator or my real device. It works in iOS simulator or real device if I type exp:// in Safari.

Thanks!

Hi !

Android emulator if ‘Debug js remotely’ is enabled, you need to enable cross origin ressource sharing when you dev, otherwise it’s just frozen.

you use a local server ? you need to adb reverse tcp:[yourserverport] tcp:[yourserverport]
Example : local api on port 9090 => adb reverse tcp:9090 tcp:9090

Not one of this cases ?

Good day

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