expo-cli send [path]
Share the project's URL to an email address
Arguments
Name | Description |
---|
path | folders |
Options
Name | Description |
---|
-h, --help | Output usage information |
-s, --send-to [dest] | Email address to send the URL to |
--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 |
--config [file] | Deprecated: Use app.config.js to switch config files instead |