You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
I would like to have exp appname://expo-development-client/?url=http://localhost:8081 shown instead of exp appname://expo-development-client/?url=http://192.168.70.126:8081 because opening the app on http://localhost:8081 starts bundling the app but it is not able to connect when it is http://192.168.70.126:8081
I checked stackoverflow and there were things changing firewall rules. none worked
Can we change this open in android link to exp appname://expo-development-client/?url=http://localhost:8081 when we execute yarn run:android? I can see that we can only change that address's host to localhost using --localhost flag... but we can do the same in case of yarn run:android there is no such flag. Ref: https://docs.expo.dev/more/expo-cli/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using expo dev client
I would like to have
exp appname://expo-development-client/?url=http://localhost:8081
shown instead ofexp appname://expo-development-client/?url=http://192.168.70.126:8081
because opening the app onhttp://localhost:8081
starts bundling the app but it is not able to connect when it ishttp://192.168.70.126:8081
I checked stackoverflow and there were things changing firewall rules. none worked
Can we change this open in android link to
exp appname://expo-development-client/?url=http://localhost:8081
when we executeyarn run:android
? I can see that we can only change that address's host tolocalhost
using--localhost
flag... but we can do the same in case ofyarn run:android
there is no such flag. Ref: https://docs.expo.dev/more/expo-cli/Beta Was this translation helpful? Give feedback.
All reactions