expo-cli url [path]

Log a URL for opening the project in Expo Go

Arguments

NameDescription
pathfolders

Options

NameDescription
-h, --helpOutput usage information
--dev-client <boolean>Experimental: Starts the bundler for use with the expo-development-client
--scheme <scheme>Custom URI protocol to use with a development build
-a, --android <boolean>Opens your app in Expo Go on a connected Android device
-i, --ios <boolean>Opens your app in Expo Go in a currently running iOS simulator on your computer
-w, --web <boolean>Opens your app in a web browser
-m, --host [mode]Lan (default), tunnel, localhost. Type of host to use. "tunnel" allows you to view your link on other networks
--tunnel <boolean>Same as --host tunnel
--lan <boolean>Same as --host lan
--localhost <boolean>Same as --host localhost
--offline <boolean>Allows this command to run while offline
--config [file]Deprecated: Use app.config.js to switch config files instead